X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=test-bootbootboot.sh;h=616781a36fa7a2ed2f56a0b9f51499650d8d1eef;hb=4c7183285105fd74496133c059a093b78dbe7723;hp=a0afa834bd4d4b3d769d62fc4b54a5d68f960eff;hpb=c1f9ecec84093ea64f30311246fc18849a1aa460;p=libguestfs.git diff --git a/test-bootbootboot.sh b/test-bootbootboot.sh index a0afa83..616781a 100755 --- a/test-bootbootboot.sh +++ b/test-bootbootboot.sh @@ -23,9 +23,11 @@ set -e +rm -f test1.img dd if=/dev/zero of=test1.img bs=1024k count=500 n=20 +if [ -n "$1" ]; then n=$1; fi export LIBGUESTFS_DEBUG=1 @@ -35,3 +37,5 @@ for i in $(seq 1 $n); do done rm test1.img + +echo Test boot completed after $n iterations.