chore(scripts): add test-jquery.sh for running unit tests with jQuery

This commit is contained in:
Vojta Jina
2011-07-09 11:04:00 +02:00
parent 2428907259
commit 8f3276bbcd
2 changed files with 4 additions and 1 deletions

4
test-jquery.sh Executable file
View File

@@ -0,0 +1,4 @@
#!/bin/bash
if [ ! -e test.dissable ]; then
java -jar lib/jstestdriver/JsTestDriver.jar --tests all --config jsTestDriver-jquery.conf $@
fi

View File

@@ -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