1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

travis: enable valgrind for the iconv tests too

Closes #3571
This commit is contained in:
Daniel Stenberg 2019-02-14 16:13:27 +01:00
parent 8ae3db510b
commit 9e08b415f4
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -349,7 +349,7 @@ script:
source .travis-iconv-env.sh
./configure --enable-debug --enable-werror $C
make && make examples
make TFLAGS=-n test-nonflaky
make test-nonflaky
fi
- |
set -eo pipefail