diff options
-rwxr-xr-x | test-bootbootboot.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test-bootbootboot.sh b/test-bootbootboot.sh index 731f715e..a0afa834 100755 --- a/test-bootbootboot.sh +++ b/test-bootbootboot.sh @@ -21,6 +21,8 @@ # which doesn't have the required KVM patches). Test repeatedly # booting. +set -e + dd if=/dev/zero of=test1.img bs=1024k count=500 n=20 |