From 8f3276bbcd444f2bd21c8d8620be92fd6b5d6f33 Mon Sep 17 00:00:00 2001 From: Vojta Jina Date: Sat, 9 Jul 2011 11:04:00 +0200 Subject: chore(scripts): add test-jquery.sh for running unit tests with jQuery --- test-jquery.sh | 4 ++++ test.sh | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100755 test-jquery.sh diff --git a/test-jquery.sh b/test-jquery.sh new file mode 100755 index 00000000..b79dfadc --- /dev/null +++ b/test-jquery.sh @@ -0,0 +1,4 @@ +#!/bin/bash +if [ ! -e test.dissable ]; then + java -jar lib/jstestdriver/JsTestDriver.jar --tests all --config jsTestDriver-jquery.conf $@ +fi diff --git a/test.sh b/test.sh index 922981c7..1936c965 100755 --- a/test.sh +++ b/test.sh @@ -1,5 +1,4 @@ #!/bin/bash if [ ! -e test.dissable ]; then java -jar lib/jstestdriver/JsTestDriver.jar --tests all $@ - #java -jar lib/jstestdriver/JsTestDriver.jar --tests all --config jsTestDriver-jquery.conf $@ fi -- cgit v1.2.3