angular.js/test-perf.sh

14 lines
225 B
Bash
Raw Normal View History

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