angular.js/test-jquery.sh

4 lines
142 B
Bash
Executable file

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