aboutsummaryrefslogtreecommitdiffstats
path: root/test-perf.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test-perf.sh')
-rwxr-xr-xtest-perf.sh8
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 $@