File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -716,10 +716,10 @@ jobs:
716716 emrun --browser="Google Chrome" --kill_exit --timeout 60 --browser-args="--headless --no-sandbox" DynamicLibraryManagerTests.html
717717 echo "Running CppInterOpTests in Safari"
718718 emrun --no_browser --kill_exit --timeout 60 --browser-args="--headless --no-sandbox" CppInterOpTests.html &
719- python browser_tests_safari.py CppInterOpTests.html
719+ python ../../../scripts/ browser_tests_safari.py CppInterOpTests.html
720720 echo "Running DynamicLibraryManagerTests in Safari"
721721 emrun --no_browser --kill_exit --timeout 60 --browser-args="--headless --no-sandbox" DynamicLibraryManagerTests.html &
722- python browser_tests_safari.py DynamicLibraryManagerTests.html
722+ python ../../../scripts/ browser_tests_safari.py DynamicLibraryManagerTests.html
723723 else
724724 export ARCHITECHURE=$(uname -m)
725725 if [[ "$ARCHITECHURE" != "aarch64" ]]; then
You can’t perform that action at this time.
0 commit comments