Browse Source

Updated test script

Doesn't work well without arguments
Leo 10 years ago
parent
commit
f515e813a6
1 changed files with 3 additions and 3 deletions
  1. 3 3
      test.sh

+ 3 - 3
test.sh

@@ -1,5 +1,5 @@
 #!/bin/bash
 
-# Some script to test the behavior of the programe with custom rc file
-
-OC_TMP=/tmp/v033 ./oclaunch.native -v 5 --rc ./dev.json $*
+# Some script to test the behavior of the program with custom rc file
+# FIXME Better behavior when launched without arguments
+OC_TMP=/tmp/v033 ./oclaunch.native $* -v 5 -c ./dev.json