re-enable failing valgrind check with more flags

This commit is contained in:
Enno Rehling 2016-02-09 17:18:09 +01:00
parent 652136ee46
commit ca6448ec23
2 changed files with 2 additions and 2 deletions

View File

@ -19,4 +19,4 @@ inifile
s/runtests
cd tests
./write-reports.sh
#./run-turn.sh
./run-turn.sh

View File

@ -34,7 +34,7 @@ VALGRIND=`which valgrind`
SERVER=../Debug/eressea/eressea
if [ -n "$VALGRIND" ]; then
SUPP=../share/ubuntu-12_04.supp
SERVER="$VALGRIND --suppressions=$SUPP --error-exitcode=1 --leak-check=no $SERVER"
SERVER="$VALGRIND --track-origins=yes --gen-suppressions=all --suppressions=$SUPP --error-exitcode=1 --leak-check=no $SERVER"
fi
echo "running $SERVER"
$SERVER -t 184 ../scripts/run-turn.lua