blob: 19a74d4bb1637e877a4da12fbf08528b2b70d4cc (
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
 |