forked from github/server
re-enable valgrind
This commit is contained in:
parent
3eead446d0
commit
5e28cc9de3
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue