1 2 3 4 5 6 7 8 9
#!/bin/sh norecompile=$1 if [[ $norecompile = "" ]]; then rake compile fi java -jar lib/jstestdriver/JsTestDriver.jar --tests all --config jsTestDriver-perf.conf $@