[med-svn] [ffindex] 01/08: Fix autopkgtest: Really limit the amount of RAM needed
Graham Inggs
ginggs at moszumanska.debian.org
Thu Jun 29 14:51:27 UTC 2017
This is an automated email from the git hooks/post-receive script.
ginggs pushed a commit to branch master
in repository ffindex.
commit b56f58f75863b7864d87bb2c909445fb23327c9e
Author: Graham Inggs <ginggs at debian.org>
Date: Thu Jun 29 14:14:33 2017 +0200
Fix autopkgtest: Really limit the amount of RAM needed
---
debian/changelog | 7 +++++++
debian/tests/run-unit-test | 2 +-
2 files changed, 8 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 750333a..acc97ed 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+ffindex (0.9.9.7-4) UNRELEASED; urgency=medium
+
+ * Team upload
+ * Fix autopkgtest: Really limit the amount of RAM needed
+
+ -- Graham Inggs <ginggs at debian.org> Thu, 29 Jun 2017 14:11:49 +0200
+
ffindex (0.9.9.7-3) unstable; urgency=medium
* Fix autopkgtest
diff --git a/debian/tests/run-unit-test b/debian/tests/run-unit-test
index 39b6e7f..d36929c 100644
--- a/debian/tests/run-unit-test
+++ b/debian/tests/run-unit-test
@@ -12,7 +12,7 @@ cp -a /usr/share/doc/${pkg}/examples/* $AUTOPKGTEST_TMP
cd $AUTOPKGTEST_TMP
-FFINDEX_MAX_INDEX_ENTRIES=20000
+export FFINDEX_MAX_INDEX_ENTRIES=20000
rm -f ./test.data ./test.ffindex
set -x
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/ffindex.git
More information about the debian-med-commit
mailing list