diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-09-08 13:19:12 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-09-08 14:14:04 +0300 |
commit | 1582166da00abb776b77653be55132e85051df05 (patch) | |
tree | b11dc509531840cbe173cad73aef93934a68012d /travis.sh | |
parent | d5d6a863b0dcc60cf6ee10513c704bddbb4fcf92 (diff) | |
download | hercules-1582166da00abb776b77653be55132e85051df05.tar.gz hercules-1582166da00abb776b77653be55132e85051df05.tar.bz2 hercules-1582166da00abb776b77653be55132e85051df05.tar.xz hercules-1582166da00abb776b77653be55132e85051df05.zip |
Enable in travis memory leak detection.
Diffstat (limited to 'travis.sh')
-rwxr-xr-x | travis.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |