making the windows script crlf delimited
[angular-drzb] / scripts / test-server.sh
1 #!/bin/bash
2
3 base_dir=`dirname $0`
4 port=9876
5
6 echo "Starting JsTestDriver Server (http://code.google.com/p/js-test-driver/)"
7 echo "Please open the following url and capture one or more browsers:"
8 echo "http://localhost:$port"
9
10 java -jar "$base_dir/../test/lib/jstestdriver/JsTestDriver.jar" --port $port --browserTimeout 20000 --config "$base_dir/../config/jsTestDriver.conf" --basePath "$base_dir/.."