[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:06:02 UTC 2010


The following commit has been merged in the debian/unstable branch:
commit 2c783ff014190a8753c79eb864bc0e40222a0bf8
Author: Török Edvin <edwin at clamav.net>
Date:   Fri Sep 25 17:33:09 2009 +0300

    Better error message when clamd gets killed

diff --git a/unit_tests/check_common.sh b/unit_tests/check_common.sh
index 4957244..d3bfc67 100644
--- a/unit_tests/check_common.sh
+++ b/unit_tests/check_common.sh
@@ -21,7 +21,9 @@ killclamd() {
     kill -0 $pid 2>/dev/null &&
     sleep 9 &&
     kill -0 $pid 2>/dev/null &&
+    echo "Killing stuck clamd!" &&
     kill -KILL $pid || true
+    exit 109
 }
 
 error()

-- 
Debian repository for ClamAV



More information about the Pkg-clamav-commits mailing list