generate suppressions, fix valgrind exit code

This commit is contained in:
Enno Rehling 2015-05-21 17:48:45 +02:00
parent 090197866b
commit 0838218706
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ make
test_valgrind_report () {
cd tests
ln -sf ../scripts/config.lua
valgrind $BUILD/eressea/eressea -v0 -t184 ../scripts/reports.lua
valgrind --gen-suppressions=all --error-exitcode=1 $BUILD/eressea/eressea -v0 -t184 ../scripts/reports.lua
}
test_unittests() {