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