diff options
| author | Misko Hevery | 2011-04-21 15:12:53 -0700 |
|---|---|---|
| committer | Misko Hevery | 2011-06-08 13:46:39 -0700 |
| commit | 4295b3dded510affe75f7fe6b56f4747385b864c (patch) | |
| tree | 8d7f1a5183dbfdd404abc4053a0ee0d84d89ef72 /test-perf.sh | |
| parent | a23d15ad3ad8f0eb52ffc4b0ac86ec358ae3dfa8 (diff) | |
| download | angular.js-4295b3dded510affe75f7fe6b56f4747385b864c.tar.bz2 | |
Allow disabling of shell scripts without changing eclipse configuration
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 $@ |
