From 5e28cc9de39d348ada9cdcb585d5b8399f6537cb Mon Sep 17 00:00:00 2001 From: Enno Rehling Date: Mon, 28 Sep 2015 11:31:58 +0200 Subject: [PATCH] re-enable valgrind --- tests/run-turn.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/run-turn.sh b/tests/run-turn.sh index e6b896618..4055613e5 100755 --- a/tests/run-turn.sh +++ b/tests/run-turn.sh @@ -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