Skip to content

Commit

Permalink
[java] Adding a debug message to figure out why selenium server can't…
Browse files Browse the repository at this point in the history
… start geckodriver on travis
  • Loading branch information
barancev committed Sep 25, 2019
1 parent 2bb0b6b commit d4827ec
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@ public void start() throws IOException {
}
process = new CommandLine(this.executable, args.toArray(new String[] {}));
process.setEnvironmentVariables(environment);
System.out.println("Starting " + process);
process.copyOutputTo(getOutputStream());
process.executeAsync();

Expand Down

0 comments on commit d4827ec

Please sign in to comment.