1 2 3 4 5 6 7
#!/bin/bash tests=$1 if [[ $tests = "" ]]; then tests="all" fi java -jar lib/jstestdriver/JsTestDriver.jar --tests "$tests" --config jsTestDriver-scenario.conf --reset