mirror of
https://github.com/curl/curl.git
synced 2026-07-23 13:07:17 +03:00
travis: use valgrind when running tests for debug builds
Except the non-x86 and sanitizer builds Closes #6154
This commit is contained in:
parent
b8895509a0
commit
606d213766
2 changed files with 5 additions and 5 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue