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 @@ -566,10 +566,10 @@ jobs:
566566 emrun --browser="Google Chrome" --kill_exit --timeout 60 --browser-args="--headless --no-sandbox" DynamicLibraryManagerTests.html
567567 sudo safaridriver --enable
568568 echo "Running CppInterOpTests in Safari"
569- emrun --no_browser --kill_exit --timeout 60 --browser-args="--headless --no-sandbox" CppInterOpTests.html
569+ emrun --no_browser --kill_exit --timeout 60 --browser-args="--headless --no-sandbox" CppInterOpTests.html &
570570 python browser_tests_safari.py CppInterOpTests.html
571571 echo "Running DynamicLibraryManagerTests in Safari"
572- emrun --no_browser --kill_exit --timeout 60 --browser-args="--headless --no-sandbox" DynamicLibraryManagerTests.html
572+ emrun --no_browser --kill_exit --timeout 60 --browser-args="--headless --no-sandbox" DynamicLibraryManagerTests.html &
573573 python browser_tests_safari.py DynamicLibraryManagerTests.html
574574 else
575575 export ARCHITECHURE=$(uname -m)
You can’t perform that action at this time.
0 commit comments