mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-17 15:40:22 +00:00
5 lines
204 B
Bash
Executable file
5 lines
204 B
Bash
Executable file
#!/bin/bash
|
|
if [ ! -e test.dissable ]; then
|
|
java -jar lib/jstestdriver/JsTestDriver.jar --tests all $@
|
|
#java -jar lib/jstestdriver/JsTestDriver.jar --tests all --config jsTestDriver-jquery.conf $@
|
|
fi
|