diff options
author | Holger Levsen <holger@layer-acht.org> | 2012-12-22 00:17:14 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2012-12-22 00:17:14 +0100 |
commit | 11830568479897f4e8a91b9b746017bc2566d057 (patch) | |
tree | 3c8d1d2dadc847e49ed16ac53dd2b1eb0a769c0d /bin | |
parent | a8e76e6cd2e147319d0c51f560898f2c1d263015 (diff) | |
download | jenkins.debian.net-11830568479897f4e8a91b9b746017bc2566d057.tar.xz |
hangs should just be a warning
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/g-i-installation.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/g-i-installation.sh b/bin/g-i-installation.sh index a543c79a..a02a6106 100755 --- a/bin/g-i-installation.sh +++ b/bin/g-i-installation.sh @@ -271,7 +271,7 @@ monitor_system() { echo "QEMU was powered down, continuing." break elif [ ! -z "$STACK_LINE" ] ; then - echo "WARNING: got a stack-trace, probably on power-down." + echo "Info: got a stack-trace, probably on power-down." break fi fi @@ -295,7 +295,7 @@ monitor_system() { set -x # if so and if TRIGGERED != "" if [ ! -z "$TRIGGERED" ] ; then - echo ERROR snapshot_${PRINTF_NR}.ppm snapshot_${PRINTF_OLD}.ppm match, ending installation. + echo "Warning: snapshot_${PRINTF_NR}.ppm snapshot_${PRINTF_OLD}.ppm match, ending installation." ls -la snapshot_${PRINTF_NR}.ppm snapshot_${PRINTF_OLD}.ppm figlet "Installation hangs." break |