]> rtime.felk.cvut.cz Git - hubacji1/iamcar.git/blobdiff - test.sh
Merge branch 'release/0.7.0'
[hubacji1/iamcar.git] / test.sh
diff --git a/test.sh b/test.sh
index 21d82ae81569a2fb6b065dd81a1a4b9aec98b982..65d8f209c05d32b51e569e2497e44fb8033f5896 100644 (file)
--- a/test.sh
+++ b/test.sh
@@ -1,7 +1,11 @@
 #!/bin/bash
-NOFCE=19        # number of computational experiments
+NOFCE=999        # number of computational experiments
 SC="lpar"       # scenario to test (without `.json`)
-LOGDIR="log"    # directory where to store results
+if [ -z $* ]; then
+        LOGDIR="log"    # directory where to store results
+else
+        LOGDIR="log_$1"
+fi
 
 for p in `ls bin/`;
 do