[Pkg-clamav-commits] [SCM] Debian repository for ClamAV branch, debian/unstable, updated. debian/0.95+dfsg-1-6156-g094ec9b

Török Edvin edwin at clamav.net
Sun Apr 4 01:09:09 UTC 2010


The following commit has been merged in the debian/unstable branch:
commit 16604dcfec6a47d21bcab5d0ab03ba1c66fd3c00
Author: Török Edvin <edwin at clamav.net>
Date:   Fri Nov 13 21:49:06 2009 +0200

    Fix ppc buildbot build.

diff --git a/unit_tests/check_common.sh b/unit_tests/check_common.sh
index 0963f3f..3ff40d8 100644
--- a/unit_tests/check_common.sh
+++ b/unit_tests/check_common.sh
@@ -122,7 +122,7 @@ scan_failed() {
 # ----------- valgrind wrapper 
 init_valgrind() {
     test "x$VG" = "x1" || { echo "*** valgrind tests skipped by default, use 'make check VG=1' to activate"; exit 77; }
-    VALGRIND=`which ${VALGRIND-valgrind}`
+    VALGRIND=`which ${VALGRIND-valgrind}` || true
     VALGRIND_COMMON_FLAGS="-v --trace-children=yes --suppressions=$abs_srcdir/valgrind.supp --log-file=valgrind.log --error-exitcode=123 $GENSUPP"
     VALGRIND_FLAGS="$VALGRIND_COMMON_FLAGS --track-fds=yes --leak-check=full"
     VALGRIND_FLAGS_RACE="$VALGRIND_COMMON_FLAGS --tool=helgrind"

-- 
Debian repository for ClamAV



More information about the Pkg-clamav-commits mailing list