blob: 41211f7ea641ae87509802ea90747dd208065b2d (
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-scenario.conf" \
--basePath "$BASE_DIR/.." \
--tests all --reset
|