Skip to content

Commit

Permalink
chore(ci): fix location of print logs from wait_for_browser_provider
Browse files Browse the repository at this point in the history
  • Loading branch information
juliemr committed Mar 19, 2015
1 parent c7ebce6 commit bea99e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/travis/wait_for_browser_provider.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ while [ ! -f $BROWSER_PROVIDER_READY_FILE ]; do
# We must manually print logs here because travis will not run
# after_script commands if the failure occurs before the script
# phase.
./print_logs.sh
./scripts/travis/print_logs.sh
exit 5
fi
sleep .5
Expand Down

0 comments on commit bea99e3

Please sign in to comment.