From 1582166da00abb776b77653be55132e85051df05 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 8 Sep 2015 13:19:12 +0300 Subject: Enable in travis memory leak detection. --- travis.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/travis.sh b/travis.sh index 51a0a0611..05f6732d5 100755 --- a/travis.sh +++ b/travis.sh @@ -92,7 +92,7 @@ EOF ARGS="--load-script npc/dev/test.txt " ARGS="--load-plugin script_mapquit $ARGS --load-script npc/dev/ci_test.txt" echo "Running Hercules with command line: ./map-server --run-once $ARGS" - ASAN_OPTIONS=detect_leaks=0 ./map-server --run-once $ARGS 2>runlog.txt + ./map-server --run-once $ARGS 2>runlog.txt export errcode=$? export teststr=$(cat runlog.txt) if [[ -n "${teststr}" ]]; then -- cgit v1.2.3-70-g09d2