Skip to content

Commit

Permalink
Google Chrome Test namecoin#92
Browse files Browse the repository at this point in the history
  • Loading branch information
robertmin1 committed Nov 14, 2022
1 parent 18e3df8 commit f246429
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testdata/try-google-chrome-connect.bash
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ rm -f screenshot.png
# Disable sandbox because Google Chrome doesn't support running the sandbox as root,
# and the Cirrus container runs as root. See
# https://github.com/Zenika/alpine-chrome .
google-chrome --disable-gpu --disable-software-rasterizer --disable-dev-shm-usage --screenshot=./screenshot.png "https://$SERVER_HOST" 2>&1 | tee log.txt
google-chrome --no-sandbox --headless --disable-gpu --disable-software-rasterizer --disable-dev-shm-usage --screenshot=./screenshot.png "https://$SERVER_HOST" 2>&1 | tee log.txt
TEXTOUT=$(cat log.txt)

if echo "$TEXTOUT" | grep -q "SSL error"
Expand Down

0 comments on commit f246429

Please sign in to comment.