angular.js/test-modules.sh
2012-03-28 11:16:36 -07:00

4 lines
143 B
Bash
Executable file

#!/bin/bash
if [ ! -e test.dissable ]; then
java -jar lib/jstestdriver/JsTestDriver.jar --tests all --config jsTestDriver-modules.conf $@
fi