We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68650e0 commit 7431ef7Copy full SHA for 7431ef7
scripts/travis/wait_for_browser_provider.sh
@@ -12,7 +12,7 @@ while [ ! -f $BROWSER_PROVIDER_READY_FILE ]; do
12
# We must manually print logs here because travis will not run
13
# after_script commands if the failure occurs before the script
14
# phase.
15
- ./print_logs.sh
+ ./scripts/travis/print_logs.sh
16
exit 5
17
fi
18
sleep .5
0 commit comments