diff options
Diffstat (limited to 'test-scenario.sh')
| -rwxr-xr-x | test-scenario.sh | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/test-scenario.sh b/test-scenario.sh index 8ecf8b03..e2c89c19 100755 --- a/test-scenario.sh +++ b/test-scenario.sh @@ -1,7 +1,3 @@ #!/bin/bash -tests=$1 -if [[ $tests = "" ]]; then - tests="all" -fi -java -jar lib/jstestdriver/JsTestDriver.jar --tests "$tests" --config jsTestDriver-scenario.conf --reset +java -jar lib/jstestdriver/JsTestDriver.jar --tests "all" --config jsTestDriver-scenario.conf --reset |
