summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.am1
-rwxr-xr-xtests/diag.sh1
2 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index f604c1cd..ee4e7f31 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -294,6 +294,7 @@ DISTCHECK_CONFIGURE_FLAGS= --enable-gssapi_krb5 \
--enable-pmsnare \
--enable-mmsnmptrapd \
--enable-elasticsearch \
+ --enable-valgrind \
--with-systemdsystemunitdir=$$dc_install_base/$(systemdsystemunitdir)
# temporarily disable these checks for make distcheck 2012-09-06 rgerhards
# --enable-extended-tests \
diff --git a/tests/diag.sh b/tests/diag.sh
index 2fdcbfb9..7883d93b 100755
--- a/tests/diag.sh
+++ b/tests/diag.sh
@@ -109,6 +109,7 @@ case $1 in
echo Shutting down instance 2
fi
$srcdir/diag.sh wait-queueempty $2
+ ./msleep 100 # wait 100 milliseconds
kill `cat rsyslog$2.pid`
# note: we do not wait for the actual termination!
;;