diff options
author | Haruna <haru@dotalux.com> | 2015-09-09 02:50:56 +0200 |
---|---|---|
committer | Haruna <haru@dotalux.com> | 2015-09-09 02:50:56 +0200 |
commit | c76aa5f4843a521b1839875bf6c139f4658bd6d1 (patch) | |
tree | b11dc509531840cbe173cad73aef93934a68012d | |
parent | d5d6a863b0dcc60cf6ee10513c704bddbb4fcf92 (diff) | |
parent | 1582166da00abb776b77653be55132e85051df05 (diff) | |
download | hercules-c76aa5f4843a521b1839875bf6c139f4658bd6d1.tar.gz hercules-c76aa5f4843a521b1839875bf6c139f4658bd6d1.tar.bz2 hercules-c76aa5f4843a521b1839875bf6c139f4658bd6d1.tar.xz hercules-c76aa5f4843a521b1839875bf6c139f4658bd6d1.zip |
Merge pull request #709 from 4144/enableleaksdetector
Enable in travis memory leak detection.
-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 |