blob: a43c1ddcf63656d473573e1909027215683fdb45 (
plain)
| 1
2
3
4
5
6
7
 | tests=$1
if [[ $tests = "" ]]; then
  tests="all"
fi
#java -jar lib/jstestdriver/JsTestDriver.jar --tests "$tests"
java -jar lib/jstestdriver/JsTestDriver.jar --tests "$tests" --config jsTestDriver-jquery.conf
 |