making the windows script crlf delimited
[angular-drzb] / scripts / test.sh
1 #!/bin/bash
2
3 base_dir=`dirname $0`
4
5 tests=$1
6 if [[ $tests = "" ]]; then
7   tests="all"
8 fi
9
10 java -jar "$base_dir/../test/lib/jstestdriver/JsTestDriver.jar" --config "$base_dir/../config/jsTestDriver.conf" --basePath "$base_dir/.."  --tests "$tests"