disable valgrind

This commit is contained in:
Enno Rehling 2015-09-08 07:40:08 +02:00
parent 3f86017bb1
commit ff888401a1
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ set -e
cd $ROOT/tests
setup
cleanup
VALGRIND=`which valgrind`
#VALGRIND=`which valgrind`
SERVER=../Debug/eressea/eressea
if [ -n "$VALGRIND" ]; then
SUPP=../share/ubuntu-12_04.supp