diff options
-rwxr-xr-x | bin/test_torbrowser-launcher.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/test_torbrowser-launcher.sh b/bin/test_torbrowser-launcher.sh index 455bf435..e6ab215e 100755 --- a/bin/test_torbrowser-launcher.sh +++ b/bin/test_torbrowser-launcher.sh @@ -356,6 +356,8 @@ download_and_launch() { # for debugging if [ $URL_LOADED -lt 4 ] ; then echo "$(date -u) - URL_LOADED = '$URL_LOADED' so probably that page didnt load properly." + # extra debug, as rendering in sid has changed and thus gocr behaves differently… + gocr $WORKSPACE/screenshot.png 2>/dev/null fi BONUS_LEVEL_2="" URL="https://www.debian.org" |