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