summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2021-01-02 23:27:11 +0100
committerDaniel Stenberg <daniel@haxx.se>2021-01-02 23:27:11 +0100
commit75ee732437073df50489bcbd7a28ac392373624b (patch)
tree396e5bdbce6c206f590716e8afdb62e87b752d8b
parent6770864d0a016566b778e041a8e755bdc79b4e24 (diff)
downloadcurl-bagder/travis-quiche-tests.tar.gz
fixup make sure TFLAGS is passed on and used in cmake buildsbagder/travis-quiche-tests
-rwxr-xr-xscripts/travis/script.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/travis/script.sh b/scripts/travis/script.sh
index 7c21b1477..26d5aaaf0 100755
--- a/scripts/travis/script.sh
+++ b/scripts/travis/script.sh
@@ -6,7 +6,7 @@
# | (__| |_| | _ <| |___
# \___|\___/|_| \_\_____|
#
-# Copyright (C) 1998 - 2020, Daniel Stenberg, <daniel@haxx.se>, et al.
+# Copyright (C) 1998 - 2021, Daniel Stenberg, <daniel@haxx.se>, et al.
#
# This software is licensed as described in the file COPYING, which
# you should have received as part of this distribution. The terms
@@ -106,7 +106,7 @@ fi
if [ "$T" = "cmake" ]; then
cmake -H. -Bbuild -DCURL_WERROR=ON $C
cmake --build build
- env TFLAGS="!1139" cmake --build build --target test-nonflaky
+ env TFLAGS="!1139 $TFLAGS" cmake --build build --target test-nonflaky
fi
if [ "$T" = "distcheck" ]; then