aboutsummaryrefslogtreecommitdiffstats
path: root/test-scenario.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test-scenario.sh')
-rwxr-xr-xtest-scenario.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/test-scenario.sh b/test-scenario.sh
new file mode 100755
index 00000000..8ecf8b03
--- /dev/null
+++ b/test-scenario.sh
@@ -0,0 +1,7 @@
+#!/bin/bash
+tests=$1
+if [[ $tests = "" ]]; then
+ tests="all"
+fi
+
+java -jar lib/jstestdriver/JsTestDriver.jar --tests "$tests" --config jsTestDriver-scenario.conf --reset