summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2020-11-02 13:29:35 +0100
committerDaniel Stenberg <daniel@haxx.se>2020-11-02 13:29:35 +0100
commit4ac239fb1c42edf7767bf8f1e74ad6f05c46972e (patch)
tree95d526a4835a9ee0783eed0eaf17b14cb425346c
parent1d44426a402533d0838ee9987e928cb82768f276 (diff)
downloadcurl-bagder/travis-debug-valgrind.tar.gz
fixup travis: don't set TFLAGS in the make command linebagder/travis-debug-valgrind
-rwxr-xr-xscripts/travis/script.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/travis/script.sh b/scripts/travis/script.sh
index 321e56358..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= test-nonflaky
+ make test-nonflaky
fi
fi