aboutsummaryrefslogtreecommitdiffstats
path: root/test-perf.sh
diff options
context:
space:
mode:
authorMisko Hevery2011-04-21 15:12:53 -0700
committerMisko Hevery2011-06-08 13:46:39 -0700
commit4295b3dded510affe75f7fe6b56f4747385b864c (patch)
tree8d7f1a5183dbfdd404abc4053a0ee0d84d89ef72 /test-perf.sh
parenta23d15ad3ad8f0eb52ffc4b0ac86ec358ae3dfa8 (diff)
downloadangular.js-4295b3dded510affe75f7fe6b56f4747385b864c.tar.bz2
Allow disabling of shell scripts without changing eclipse configuration
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 $@