File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -278,7 +278,7 @@ jobs:
278
278
echo "Running test_xeus_cpp in Firefox"
279
279
python ${{ env.BUILD_PREFIX }}/bin/emrun.py --browser="firefox" --kill_exit --timeout 60 --browser-args="--headless" test_xeus_cpp.html
280
280
echo "Running test_xeus_cpp in Google Chrome"
281
- python ${{ env.BUILD_PREFIX }}/bin/emrun.py --browser="Google Chrome" --kill_exit --timeout 60 --browser-args="--headless" test_xeus_cpp.html
281
+ python ${{ env.BUILD_PREFIX }}/bin/emrun.py --browser="Google Chrome" --kill_exit --timeout 60 --browser-args="--headless --no-sandbox " test_xeus_cpp.html
282
282
else
283
283
# Install Google Chrome
284
284
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ It is possible to run the Emscripten tests in a headless browser. We will run ou
121
121
echo " Running test_xeus_cpp in Firefox"
122
122
python $BUILD_PREFIX /bin/emrun.py --browser=" firefox" --kill_exit --browser-args=" --headless" test_xeus_cpp.html
123
123
echo " Running test_xeus_cpp in Google Chrome"
124
- python $BUILD_PREFIX /bin/emrun.py --browser=" Google Chrome" --kill_exit --browser-args=" --headless" test_xeus_cpp.html
124
+ python $BUILD_PREFIX /bin/emrun.py --browser=" Google Chrome" --kill_exit --browser-args=" --headless --no-sandbox " test_xeus_cpp.html
125
125
```
126
126
127
127
To do this on Ubuntu x86 execute the following
Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ It is possible to run the Emscripten tests in a headless browser. We will run ou
122
122
echo " Running test_xeus_cpp in Firefox"
123
123
python $BUILD_PREFIX /bin/emrun.py --browser=" firefox" --kill_exit --timeout 60 --browser-args=" --headless" test_xeus_cpp.html
124
124
echo " Running test_xeus_cpp in Google Chrome"
125
- python python $BUILD_PREFIX /bin/emrun.py --browser=" Google Chrome" --kill_exit --timeout 60 --browser-args=" --headless" test_xeus_cpp.html
125
+ python python $BUILD_PREFIX /bin/emrun.py --browser=" Google Chrome" --kill_exit --timeout 60 --browser-args=" --headless --no-sandbox " test_xeus_cpp.html
126
126
```
127
127
128
128
To do this on Ubuntu x86 execute the following
Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ It is possible to run the Emscripten tests in a headless browser. We will run ou
110
110
echo " Running test_xeus_cpp in Firefox"
111
111
python $BUILD_PREFIX /bin/emrun.py --browser=" firefox" --kill_exit --timeout 60 --browser-args=" --headless" test_xeus_cpp.html
112
112
echo " Running test_xeus_cpp in Google Chrome"
113
- python $BUILD_PREFIX /bin/emrun.py --browser=" Google Chrome" --kill_exit --timeout 60 --browser-args=" --headless" test_xeus_cpp.html
113
+ python $BUILD_PREFIX /bin/emrun.py --browser=" Google Chrome" --kill_exit --timeout 60 --browser-args=" --headless --no-sandbox " test_xeus_cpp.html
114
114
115
115
To do this on Ubuntu x86 execute the following
116
116
You can’t perform that action at this time.
0 commit comments