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 @@ -925,11 +925,11 @@ jobs:
925925 -DSYSROOT_PATH="$env:SYSROOT_PATH" `
926926 ..\
927927 }
928- emmake make -j ${{ env.ncpus }} check-cppinterop
928+ Error-OnFailure { emmake make -j ${{ env.ncpus }} check-cppinterop }
929929 cd .\unittests\CppInterOp\
930930 echo "Running CppInterOpTests in Firefox"
931931 Error-OnFailure { emrun.bat --browser="firefox.exe" --kill_exit --timeout 60 --browser-args="--headless" CppInterOpTests.html }
932- Error-OnFailure { echo "Running DynamicLibraryManagerTests in Firefox"
932+ echo "Running DynamicLibraryManagerTests in Firefox"
933933 Error-OnFailure { emrun.bat --browser="firefox.exe" --kill_exit --timeout 60 --browser-args="--headless" DynamicLibraryManagerTests.html }
934934 echo "Running CppInterOpTests in Chromium"
935935 Error-OnFailure { emrun.bat --browser="chrome.exe" --kill_exit --timeout 60 --browser-args="--headless --no-sandbox" CppInterOpTests.html }
You can’t perform that action at this time.
0 commit comments