aboutsummaryrefslogtreecommitdiffstats
path: root/test-scenario.sh
blob: 8ecf8b03b3df295d4c3c7ad0bc14feaad67b087a (plain)
1
2
3
4
5
6
7
#!/bin/bash
tests=$1
if [[ $tests = "" ]]; then
  tests="all"
fi

java -jar lib/jstestdriver/JsTestDriver.jar --tests "$tests" --config jsTestDriver-scenario.conf --reset