aboutsummaryrefslogtreecommitdiffstats
path: root/test-modules.sh
blob: 586933365681cfb4f81a0fbd6633bfcb60e1a7f8 (plain)
1
2
3
4
#!/bin/bash
if [ ! -e test.dissable ]; then
  java -jar lib/jstestdriver/JsTestDriver.jar --tests all --config jsTestDriver-modules.conf $@
fi