]> rtime.felk.cvut.cz Git - hubacji1/iamcar2.git/blobdiff - scripts/test_simple_scenarios.sh
Update scenario script (lib)
[hubacji1/iamcar2.git] / scripts / test_simple_scenarios.sh
index 356626dbc8b201903ec9b881f30a3e8986ae1903..efc59d55a1a9755a6b21e6ac945d6ea6253d4252 100644 (file)
@@ -8,15 +8,15 @@
 
 if [ $# -lt 3 ]
 then
-        echo 'Test `runnable` for `count` simple scenarios'
+        echo 'Test `runnable`s for `count` simple scenarios'
         echo ''
         echo 'Usage:'
         echo ''
-        echo -e '\tbash test_all_scenarios.sh RESULTS COUNT RUN1 RUN2 RUN3 ...'
+        echo -e '\tbash test_simple_scenarios.sh RESULTS COUNT RUN1 RUN2 ...'
         echo ''
         echo '- RESULTS is the directory to store the results to.'
-        echo '- COUNT is number of runs for each scenario.'
-        echo '- RUNx is runnable binary.'
+        echo '- COUNT tells how many simple scenarios are generated.'
+        echo '- RUNx are runnable binaries.'
         exit 1
 fi
 results=$1