blob: d0a4839afd550751a9430db9def6d4a2b6ba0f0d (
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
|