Skip to content

Commit

Permalink
Redirect output for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
csrster committed Sep 13, 2018
1 parent aeb3ed3 commit 3dad6f4
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -94,7 +94,7 @@ private void deployTestSystem() {
* @return The startup script to run.
*/
protected String getStartupScript() {
return "all_test.sh";
return "all_test.sh 2>&1 | tee all_test_out.txt'";
}

private void initialiseSelenium(){
Expand Down

0 comments on commit 3dad6f4

Please sign in to comment.