Skip to content

Commit 7431ef7

Browse files
juliemrnetman92
authored andcommitted
chore(ci): fix location of print logs from wait_for_browser_provider
1 parent 68650e0 commit 7431ef7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/travis/wait_for_browser_provider.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ while [ ! -f $BROWSER_PROVIDER_READY_FILE ]; do
1212
# We must manually print logs here because travis will not run
1313
# after_script commands if the failure occurs before the script
1414
# phase.
15-
./print_logs.sh
15+
./scripts/travis/print_logs.sh
1616
exit 5
1717
fi
1818
sleep .5

0 commit comments

Comments
 (0)