summaryrefslogtreecommitdiffstats
path: root/bin/g-i-installation.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2014-04-30 10:30:24 +0200
committerHolger Levsen <holger@layer-acht.org>2014-04-30 10:30:24 +0200
commit43d659cb24d082474ce60cfb12e1c8c34a5e66a0 (patch)
tree21fca9a513c032d2b8f7417b75df2c84d31c3339 /bin/g-i-installation.sh
parenta7b22b18b5f59359ec812595221f33a9ef827b4a (diff)
downloadjenkins.debian.net-43d659cb24d082474ce60cfb12e1c8c34a5e66a0.tar.xz
g-i: be more verbose
Diffstat (limited to 'bin/g-i-installation.sh')
-rwxr-xr-xbin/g-i-installation.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/g-i-installation.sh b/bin/g-i-installation.sh
index 36dec321..b165b228 100755
--- a/bin/g-i-installation.sh
+++ b/bin/g-i-installation.sh
@@ -924,7 +924,7 @@ monitor_system() {
PRINTF_OLD=$(printf "%06d" $OLD)
# test if this screenshot is basically the same as the one $TIMEOUT screenshots ago
# 400 pixels difference between to images is tolerated, to ignore updating clocks
- PIXEL=$(compare -metric AE snapshot_${PRINTF_NR}.ppm snapshot_${PRINTF_OLD}.ppm /dev/null 2>&1 || true )
+ PIXEL=$(compare -metric AE snapshot_${PRINTF_NR}.ppm snapshot_${PRINTF_OLD}.ppm /dev/null || true )
# usually this returns an integer, but not always....
if [[ "$PIXEL" =~ ^[0-9]+$ ]] ; then
echo "$PIXEL pixel difference between snapshot_${PRINTF_NR}.ppm and snapshot_${PRINTF_OLD}.ppm"