git.annexia.org
/
libguestfs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1ed352b
)
Exit early from script on error.
author
Richard Jones
<rjones@redhat.com>
Wed, 13 May 2009 10:44:11 +0000
(11:44 +0100)
committer
Richard Jones
<rjones@redhat.com>
Wed, 13 May 2009 10:44:11 +0000
(11:44 +0100)
test-bootbootboot.sh
patch
|
blob
|
history
diff --git
a/test-bootbootboot.sh
b/test-bootbootboot.sh
index
731f715
..
a0afa83
100755
(executable)
--- 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