From 4295b3dded510affe75f7fe6b56f4747385b864c Mon Sep 17 00:00:00 2001 From: Misko Hevery Date: Thu, 21 Apr 2011 15:12:53 -0700 Subject: Allow disabling of shell scripts without changing eclipse configuration --- test-perf.sh | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'test-perf.sh') 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 $@ -- cgit v1.2.3