Enable sanitize for CI tests

Change-Id: I23da6f9b836595d81b509c8a6fb4e46b5d675103
This commit is contained in:
Max 2017-12-21 17:18:35 +01:00
parent facd57ac56
commit 629c479edd
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ set -x
cd "$base" cd "$base"
autoreconf --install --force autoreconf --install --force
./configure --enable-smpp $IU --enable-external-tests ./configure --enable-sanitize --enable-smpp $IU --enable-external-tests
$MAKE $PARALLEL_MAKE $MAKE $PARALLEL_MAKE
LD_LIBRARY_PATH="$inst/lib" $MAKE check \ LD_LIBRARY_PATH="$inst/lib" $MAKE check \
|| cat-testlogs.sh || cat-testlogs.sh