diff options
Diffstat (limited to 'test-modules.sh')
| -rwxr-xr-x | test-modules.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test-modules.sh b/test-modules.sh new file mode 100755 index 00000000..58693336 --- /dev/null +++ b/test-modules.sh @@ -0,0 +1,4 @@ +#!/bin/bash +if [ ! -e test.dissable ]; then + java -jar lib/jstestdriver/JsTestDriver.jar --tests all --config jsTestDriver-modules.conf $@ +fi |
