diff options
author | Holger Levsen <holger@layer-acht.org> | 2016-01-27 13:44:36 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-01-27 13:44:36 +0100 |
commit | c077ad163cd3072fb9a3e1b37d020d77d705e086 (patch) | |
tree | 04b07ef0cde5f097f28bfd14990ff56050a857e1 /bin | |
parent | 6f3c05ee8abadacbeb0e04aea82bf5a823b367b0 (diff) | |
download | jenkins.debian.net-c077ad163cd3072fb9a3e1b37d020d77d705e086.tar.xz |
torbrowser tests: add extra gocr debug as rendering in sid has changed
Diffstat (limited to 'bin')
-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" |