summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-11-15 15:46:03 +0100
committerHolger Levsen <holger@layer-acht.org>2015-11-15 15:46:03 +0100
commite4a306bacf448f45280ecafd174f1da9ca781cb6 (patch)
treeb28aeeef30ec912d4b63d888e2a7b7f9d2f74290 /bin
parent239bba3e46bb3e273b7abea992b61813bf1ed069 (diff)
downloadjenkins.debian.net-e4a306bacf448f45280ecafd174f1da9ca781cb6.tar.xz
torbrowser tests: silence xwdtopnm output
Diffstat (limited to 'bin')
-rwxr-xr-xbin/test_torbrowser-launcher.sh2
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