blob: 5b2ce349474474a95b4d3cd62c4d3c08310d8cf5 (
plain)
1
2
3
4
5
6
7
8
|
#!/bin/bash
BASE_DIR=`dirname $0`
java -jar "$BASE_DIR/../test/lib/jstestdriver/JsTestDriver.jar" \
--config "$BASE_DIR/../config/jsTestDriver.conf" \
--basePath "$BASE_DIR/.." \
--tests all
|