Skip to content
This repository has been archived by the owner on Mar 5, 2024. It is now read-only.

Commit

Permalink
added consolelog to testrunner.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
globalworming committed Sep 10, 2014
1 parent 5ec6b03 commit b68677b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions sahi-core/bin/testrunner.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ esac
US=`dirname $0`;
US=`(cd $US; pwd)`;

java -cp $US/../lib/sahi-test-runner-4.4-jar-with-dependencies.jar \
java -cp $US/../../sahi-test-runner/target/sahi-test-runner-4.4-jar-with-dependencies.jar \
net.sf.sahi.test.TestRunner \
-test $script -browserType phantomjs \
-baseURL http://sahi.example.com/_s_/dyn/Driver_initialized \
-threads 1
-threads 1 \
-consoleLog true

0 comments on commit b68677b

Please sign in to comment.