diff options
Diffstat (limited to 'test-perf.sh')
| -rwxr-xr-x | test-perf.sh | 8 | 
1 files changed, 2 insertions, 6 deletions
| diff --git a/test-perf.sh b/test-perf.sh index 8dfb97a3..21ef066d 100755 --- a/test-perf.sh +++ b/test-perf.sh @@ -1,13 +1,9 @@  #!/bin/sh -tests=$1 -norecompile=$2 -if [[ $tests = "" ]]; then -  tests="all" -fi +norecompile=$1  if [[ $norecompile = "" ]]; then    rake compile  fi -java -jar lib/jstestdriver/JsTestDriver.jar --tests "$tests" --config jsTestDriver-perf.conf +java -jar lib/jstestdriver/JsTestDriver.jar --tests all --config jsTestDriver-perf.conf $@ | 
