diff options
author | Holger Levsen <holger@layer-acht.org> | 2013-01-02 15:11:48 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2013-01-02 15:11:48 +0100 |
commit | 59f8fbd7a72002e8245465132d25fdf76af97c77 (patch) | |
tree | 0644a43078072ec20cbd202c5c6543c1c198af51 | |
parent | 34c6a70212f50419871603000db84f551cf54118 (diff) | |
download | jenkins.debian.net-59f8fbd7a72002e8245465132d25fdf76af97c77.tar.xz |
g-i-installation.sh: be less verbose
-rwxr-xr-x | bin/g-i-installation.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/g-i-installation.sh b/bin/g-i-installation.sh index f7615dbc..335118f9 100755 --- a/bin/g-i-installation.sh +++ b/bin/g-i-installation.sh @@ -522,7 +522,6 @@ monitor_system() { PIXEL=$(compare -metric AE snapshot_${PRINTF_NR}.ppm snapshot_${PRINTF_OLD}.ppm /dev/null 2>&1 || echo 100000) # FIXME: this is a broken workaround echo "$PIXEL pixel difference between snapshot_${PRINTF_NR}.ppm and snapshot_${PRINTF_OLD}.ppm" if [ $PIXEL -lt 400 ] ; then - set -x # unless TRIGGER_MODE is empty, matching images means its over if [ ! -z "$TRIGGER_MODE" ] ; then echo "Warning: snapshot_${PRINTF_NR}.ppm snapshot_${PRINTF_OLD}.ppm match, ending installation." |