You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge #821: travis: Explicitly set --with-valgrind
4eecb4d travis: VALGRIND->RUN_VALGRIND to avoid confusion with WITH_VALGRIND (Jonas Nick)
66a765c travis: Explicitly set --with-valgrind (Jonas Nick)
Pull request description:
Also remove CPPFLAGS=-DVALGRIND because that's redundant with when
configured with --enable-valgrind.
ACKs for top commit:
real-or-random:
ACK 4eecb4d diff and travis output look good
sipa:
utACK 4eecb4d
elichai:
ACK 4eecb4d
Tree-SHA512: c22d79fccaa926a074272b63a61f052f4bec3b1e5a871e3f08a4f6c19046da575779126a7008eb8a7513e70997b32d1dc6565dfb7aa41c57c0b6ef15ebbc8303
# the `--error-exitcode` is required to make the test fail if valgrind found errors, otherwise it'll return 0 (http://valgrind.org/docs/manual/manual-core.html)
@@ -33,7 +34,7 @@ then
33
34
fi
34
35
if [ "$BENCH"="yes" ]
35
36
then
36
-
if [ "$VALGRIND"="yes" ]
37
+
if [ "$RUN_VALGRIND"="yes" ]
37
38
then
38
39
# Using the local `libtool` because on macOS the system's libtool has nothing to do with GNU libtool
0 commit comments