mirror of
https://github.com/osmarks/ngircd.git
synced 2024-12-12 09:50:29 +00:00
Test suite: explicitely enable glibc memory checking
This commit is contained in:
parent
8ae2cdfce9
commit
5b4b7e2f55
@ -35,6 +35,10 @@ fi
|
|||||||
# generate MOTD for test-server
|
# generate MOTD for test-server
|
||||||
echo "This is an ngIRCd Test Server" > ngircd-test${id}.motd
|
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 ...
|
# starting up test-server ...
|
||||||
./T-ngircd${id} -n -f ${srcdir}/ngircd-test${id}.conf $* \
|
./T-ngircd${id} -n -f ${srcdir}/ngircd-test${id}.conf $* \
|
||||||
>ngircd-test${id}.log 2>&1 &
|
>ngircd-test${id}.log 2>&1 &
|
||||||
|
Loading…
Reference in New Issue
Block a user