[diffoscope] 03/05: Tell libguestfs to use 128 MiB in autopkgtest
Jérémy Bobbio
lunar at moszumanska.debian.org
Tue Dec 15 17:21:29 CET 2015
This is an automated email from the git hooks/post-receive script.
lunar pushed a commit to branch master
in repository diffoscope.
commit 7e717af5aca4f89ba5b9a62b800a9fa0d28650ad
Author: Jérémy Bobbio <lunar at debian.org>
Date: Tue Dec 15 13:54:54 2015 +0000
Tell libguestfs to use 128 MiB in autopkgtest
libguestfs defaults to allocate 512 MiB to the virtual machine which is too
much when using autopkgtest with default settings.
---
debian/tests/pytest | 2 ++
1 file changed, 2 insertions(+)
diff --git a/debian/tests/pytest b/debian/tests/pytest
index 38b6eee..a26dfa6 100755
--- a/debian/tests/pytest
+++ b/debian/tests/pytest
@@ -7,5 +7,7 @@ if ! [ -d "$ADTTMP" ]; then
exit 1
fi
+export LIBGUESTFS_MEMSIZE=128
+
cp -r tests $ADTTMP
(cd $ADTTMP; py.test-3)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/diffoscope.git
More information about the diffoscope
mailing list