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:
c1f9ece
)
Tidy-up of test script.
author
Richard Jones
<rjones@redhat.com>
Wed, 13 May 2009 11:56:32 +0000
(12:56 +0100)
committer
Richard Jones
<rjones@redhat.com>
Wed, 13 May 2009 11:56:32 +0000
(12:56 +0100)
test-bootbootboot.sh
patch
|
blob
|
history
diff --git
a/test-bootbootboot.sh
b/test-bootbootboot.sh
index
a0afa83
..
8ee7493
100755
(executable)
--- a/
test-bootbootboot.sh
+++ b/
test-bootbootboot.sh
@@
-23,7
+23,8
@@
set -e
-dd if=/dev/zero of=test1.img bs=1024k count=500
+rm -f test1.img
+dd if=/dev/zero of=test1.img bs=1024k count=1024
n=20
@@
-35,3
+36,5
@@
for i in $(seq 1 $n); do
done
rm test1.img
+
+echo Test boot completed after $n iterations.