Skip to content

Commit d4827ec

Browse files
committed
[java] Adding a debug message to figure out why selenium server can't start geckodriver on travis
1 parent 2bb0b6b commit d4827ec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

java/client/src/org/openqa/selenium/remote/service/DriverService.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,7 @@ public void start() throws IOException {
183183
}
184184
process = new CommandLine(this.executable, args.toArray(new String[] {}));
185185
process.setEnvironmentVariables(environment);
186+
System.out.println("Starting " + process);
186187
process.copyOutputTo(getOutputStream());
187188
process.executeAsync();
188189

0 commit comments

Comments
 (0)