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