diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-11-15 15:46:03 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-11-15 15:46:03 +0100 |
commit | e4a306bacf448f45280ecafd174f1da9ca781cb6 (patch) | |
tree | b28aeeef30ec912d4b63d888e2a7b7f9d2f74290 /bin | |
parent | 239bba3e46bb3e273b7abea992b61813bf1ed069 (diff) | |
download | jenkins.debian.net-e4a306bacf448f45280ecafd174f1da9ca781cb6.tar.xz |
torbrowser tests: silence xwdtopnm output
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/test_torbrowser-launcher.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/test_torbrowser-launcher.sh b/bin/test_torbrowser-launcher.sh index 7739e689..6a27344c 100755 --- a/bin/test_torbrowser-launcher.sh +++ b/bin/test_torbrowser-launcher.sh @@ -28,7 +28,7 @@ cleanup_all() { update_screenshot() { TIMESTAMP=$(date +%Y%m%d%H%M) - xwd -root -silent -display :$SCREEN.0 | xwdtopnm > screenshot.pnm + xwd -root -silent -display :$SCREEN.0 | xwdtopnm > screenshot.pnm 2>/dev/null pnmtopng screenshot.pnm > screenshot.png convert screenshot.png -adaptive-resize 128x96 screenshot-thumb.png cp screenshot.png $RESULTS/screenshot_$TIMESTAMP.png |