Prepare for version 1.0.30. Reduce boot loop script to 10 boots.
authorRichard Jones <rjones@redhat.com>
Thu, 21 May 2009 18:36:33 +0000 (19:36 +0100)
committerRichard Jones <rjones@redhat.com>
Thu, 21 May 2009 18:36:33 +0000 (19:36 +0100)
configure.ac
test-bootbootboot.sh

index 5c07e1b..b92cdcd 100644 (file)
@@ -15,7 +15,7 @@
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 
-AC_INIT([libguestfs],[1.0.29])
+AC_INIT([libguestfs],[1.0.30])
 AM_INIT_AUTOMAKE
 
 AC_CONFIG_MACRO_DIR([m4])
index 616781a..7728f38 100755 (executable)
@@ -26,7 +26,7 @@ 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