Skip to content

Commit ebc45fe

Browse files
committed
Drop only Selenium verbose logging rather than all output
This helps debugging mistakes leading to a java error (for instance downloading the JAR from the wrong URL).
1 parent e856fe0 commit ebc45fe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bin/run-selenium.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ sleep 4
99
echo ' Downloading selenium'
1010
curl -L http://selenium-release.storage.googleapis.com/2.49/selenium-server-standalone-2.49.1.jar > selenium.jar
1111
echo ' Running selenium'
12-
java -jar selenium.jar > /dev/null 2>&1 &
12+
java -jar selenium.jar -log /tmp/webdriver.log > /tmp/webdriver_output.txt 2>&1 &

0 commit comments

Comments
 (0)