We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2428907 commit 8f3276bCopy full SHA for 8f3276b
test-jquery.sh
@@ -0,0 +1,4 @@
1
+#!/bin/bash
2
+if [ ! -e test.dissable ]; then
3
+ java -jar lib/jstestdriver/JsTestDriver.jar --tests all --config jsTestDriver-jquery.conf $@
4
+fi
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 $@
5
fi
0 commit comments