Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit bea99e3

Browse files
committed
chore(ci): fix location of print logs from wait_for_browser_provider
1 parent c7ebce6 commit bea99e3

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)