diff options
author | Daniel Stenberg <daniel@haxx.se> | 2020-11-01 23:26:04 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2020-11-02 17:10:50 +0100 |
commit | 606d213766fb94a4653ec41ef3b91cc0a96b9570 (patch) | |
tree | f3d77323ed15b25c1c80588b858b6983a4fca82e /scripts | |
parent | b8895509a07fd60677eed53bfce0947aa5a8e409 (diff) | |
download | curl-606d213766fb94a4653ec41ef3b91cc0a96b9570.tar.gz |
travis: use valgrind when running tests for debug builds
Except the non-x86 and sanitizer builds
Closes #6154
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/travis/script.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/travis/script.sh b/scripts/travis/script.sh index 732a50fd7..4b7b7bb0a 100755 --- a/scripts/travis/script.sh +++ b/scripts/travis/script.sh @@ -49,7 +49,7 @@ if [ "$T" = "debug" ]; then make make examples if [ -z $NOTESTS ]; then - make TFLAGS=-n test-nonflaky + make test-nonflaky fi fi |