Skip to content

Commit

Permalink
improving the test-server.sh console output
Browse files Browse the repository at this point in the history
  • Loading branch information
IgorMinar committed Mar 8, 2011
1 parent 4e186e4 commit 570696b
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions scripts/test-server.sh
Expand Up @@ -3,10 +3,8 @@
base_dir=`dirname $0`
port=9876

echo "Starting JSTD server at http://localhost:$port"
echo ""
echo "Please open the url above and capture one or more browsers."
echo ""
echo "For more info please see: http://code.google.com/p/js-test-driver/"
echo "Starting JsTestDriver Server (http://code.google.com/p/js-test-driver/)"
echo "Please open the following url and capture one or more browsers:"
echo "http://localhost:$port"

java -jar "$base_dir/../test/lib/jstestdriver/JsTestDriver.jar" --port $port --browserTimeout 20000 --config "$base_dir/../config/jsTestDriver.conf" --basePath "$base_dir/.."
java -jar "$base_dir/../test/lib/jstestdriver/JsTestDriver.jar" --port $port --browserTimeout 20000 --config "$base_dir/../config/jsTestDriver.conf" --basePath "$base_dir/.."

0 comments on commit 570696b

Please sign in to comment.