forked from github/server
disable valgrind
This commit is contained in:
parent
3f86017bb1
commit
ff888401a1
|
@ -30,7 +30,7 @@ set -e
|
||||||
cd $ROOT/tests
|
cd $ROOT/tests
|
||||||
setup
|
setup
|
||||||
cleanup
|
cleanup
|
||||||
VALGRIND=`which valgrind`
|
#VALGRIND=`which valgrind`
|
||||||
SERVER=../Debug/eressea/eressea
|
SERVER=../Debug/eressea/eressea
|
||||||
if [ -n "$VALGRIND" ]; then
|
if [ -n "$VALGRIND" ]; then
|
||||||
SUPP=../share/ubuntu-12_04.supp
|
SUPP=../share/ubuntu-12_04.supp
|
||||||
|
|
Loading…
Reference in New Issue