summaryrefslogtreecommitdiff
path: root/travis.sh
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-09-08 13:19:12 +0300
committerAndrei Karas <akaras@inbox.ru>2015-09-08 14:14:04 +0300
commit1582166da00abb776b77653be55132e85051df05 (patch)
treeb11dc509531840cbe173cad73aef93934a68012d /travis.sh
parentd5d6a863b0dcc60cf6ee10513c704bddbb4fcf92 (diff)
downloadhercules-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-xtravis.sh2
1 files changed, 1 insertions, 1 deletions
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