[Qa-jenkins-scm] [jenkins.debian.net] 03/04: torbrowser tests: silence xwdtopnm output
Holger Levsen
holger at moszumanska.debian.org
Sun Nov 15 14:47:02 UTC 2015
This is an automated email from the git hooks/post-receive script.
holger pushed a commit to branch master
in repository jenkins.debian.net.
commit e4a306bacf448f45280ecafd174f1da9ca781cb6
Author: Holger Levsen <holger at layer-acht.org>
Date: Sun Nov 15 15:46:03 2015 +0100
torbrowser tests: silence xwdtopnm output
---
bin/test_torbrowser-launcher.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/test_torbrowser-launcher.sh b/bin/test_torbrowser-launcher.sh
index 7739e68..6a27344 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
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git
More information about the Qa-jenkins-scm
mailing list