[Pkg-clamav-commits] [SCM] Debian repository for ClamAV branch, debian/unstable, updated. debian/0.95+dfsg-1-6227-g899bb6d
Michael Tautschnig
tautschnig at joey.forsyte
Sun Jul 25 21:41:41 UTC 2010
The following commit has been merged in the debian/unstable branch:
commit 899bb6db7d690612e10dddcdb22bf88f53183243
Author: Michael Tautschnig <tautschnig at joey.forsyte>
Date: Sun Jul 25 23:41:02 2010 +0200
Increase memory limits for tests to make things work on sparc
Signed-off-by: Michael Tautschnig <mt at debian.org>
diff --git a/debian/changelog b/debian/changelog
index 8df281b..607db30 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+clamav (0.96.1+dfsg-3) unstable; urgency=low
+
+ [ Michael Tautschnig ]
+ * Increase memory limit for tests (closes: #590271).
+
+ -- Michael Tautschnig <mt at debian.org> Sun, 25 Jul 2010 22:47:46 +0200
+
clamav (0.96.1+dfsg-2) unstable; urgency=low
[ Michael Tautschnig ]
diff --git a/unit_tests/check_common.sh b/unit_tests/check_common.sh
index c489f43..1b3b94e 100644
--- a/unit_tests/check_common.sh
+++ b/unit_tests/check_common.sh
@@ -47,7 +47,7 @@ die()
# Setup test directory to avoid temporary and output file clashes
test_start() {
- ulimit -t 120; ulimit -d 512000;
+ ulimit -t 120; ulimit -d 600000;
ulimit -v 600000 || true;
(cd test-$1 2>/dev/null && killclamd || true)
rm -rf test-$1
--
Debian repository for ClamAV
More information about the Pkg-clamav-commits
mailing list