mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-17 07:40:22 +00:00
8 lines
221 B
Bash
Executable file
8 lines
221 B
Bash
Executable file
#!/bin/sh
|
|
tests=$1
|
|
if [[ $tests = "" ]]; then
|
|
tests="all"
|
|
fi
|
|
|
|
java -jar lib/jstestdriver/JsTestDriver.jar --tests "$tests"
|
|
#java -jar lib/jstestdriver/JsTestDriver.jar --tests "$tests" --config jsTestDriver-jquery.conf
|