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
Copy file name to clipboardexpand all lines: contrib/travis.sh
+2-2
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ if [ -n "$BUILD" ]
25
25
then
26
26
make -j2 "$BUILD"
27
27
fi
28
-
if [ "$VALGRIND"="yes" ]
28
+
if [ "$RUN_VALGRIND"="yes" ]
29
29
then
30
30
make -j2
31
31
# 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)
@@ -34,7 +34,7 @@ then
34
34
fi
35
35
if [ "$BENCH"="yes" ]
36
36
then
37
-
if [ "$VALGRIND"="yes" ]
37
+
if [ "$RUN_VALGRIND"="yes" ]
38
38
then
39
39
# Using the local `libtool` because on macOS the system's libtool has nothing to do with GNU libtool
0 commit comments