From 18e3df88c21ca6f1201de4120244a00df96c7974 Mon Sep 17 00:00:00 2001 From: robertmin1 <104002271+robertmin1@users.noreply.github.com> Date: Mon, 14 Nov 2022 13:48:44 +0300 Subject: [PATCH] Google Chrome Test #92 --- testdata/try-google-chrome-connect.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testdata/try-google-chrome-connect.bash b/testdata/try-google-chrome-connect.bash index 49c71ae..8dc86ec 100755 --- a/testdata/try-google-chrome-connect.bash +++ b/testdata/try-google-chrome-connect.bash @@ -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 --no-sandbox --headless --disable-gpu --disable-software-rasterizer --disable-dev-shm-usage --screenshot=./screenshot.png "https://$SERVER_HOST" 2>&1 | tee log.txt +google-chrome --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"