diff options
author | Holger Levsen <holger@layer-acht.org> | 2014-11-03 17:19:53 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2014-11-03 17:19:53 +0100 |
commit | 6ba95b96124c67a611e5b33c5d52c5f4486eb1ba (patch) | |
tree | 572a1f4fbc7dd6894f1b45c348391941855674eb | |
parent | fe6b6969614d624bfb480c27af1b21ed4c8d93a8 (diff) | |
download | jenkins.debian.net-6ba95b96124c67a611e5b33c5d52c5f4486eb1ba.tar.xz |
smoother output
-rw-r--r-- | bin/g-i-installation.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/g-i-installation.sh b/bin/g-i-installation.sh index 454451b1..def805bb 100644 --- a/bin/g-i-installation.sh +++ b/bin/g-i-installation.sh @@ -38,6 +38,9 @@ else INITRD=initrd.gz fi +echo "Testing $NAME with $URL" +echo + # # define workspace + results # @@ -90,6 +93,7 @@ fetch_if_newer() { cleanup_all() { set +x set +e + echo # # kill qemu # |