Test suite: explicitely enable glibc memory checking

This commit is contained in:
Alexander Barton 2014-01-10 19:56:08 +01:00
parent 8ae2cdfce9
commit 5b4b7e2f55
1 changed files with 4 additions and 0 deletions

View File

@ -35,6 +35,10 @@ fi
# generate MOTD for test-server
echo "This is an ngIRCd Test Server" > ngircd-test${id}.motd
# glibc memory checking, see malloc(3)
MALLOC_CHECK_=3
export MALLOC_CHECK_
# starting up test-server ...
./T-ngircd${id} -n -f ${srcdir}/ngircd-test${id}.conf $* \
>ngircd-test${id}.log 2>&1 &