X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=test-bootbootboot.sh;h=7728f3847014390f37b35d5601b3b98583e406d3;hb=4091fffcd5d7b2820086e019b71eae23a2d4a9e9;hp=a0afa834bd4d4b3d769d62fc4b54a5d68f960eff;hpb=c1f9ecec84093ea64f30311246fc18849a1aa460;p=libguestfs.git diff --git a/test-bootbootboot.sh b/test-bootbootboot.sh index a0afa83..7728f38 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 +n=10 +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.