Skip to content

Commit

Permalink
CMake: disable test 1139 using TFLAGS
Browse files Browse the repository at this point in the history
  • Loading branch information
snikulov committed Nov 2, 2020
1 parent ad6b81e commit b296c51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/travis/script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ fi
if [ "$T" = "cmake" ]; then
cmake -H. -Bbuild -DCURL_WERROR=ON $C
cmake --build build
cmake --build build --target test-nonflaky
env TFLAGS="1139" cmake --build build --target test-nonflaky
fi

if [ "$T" = "distcheck" ]; then
Expand Down

0 comments on commit b296c51

Please sign in to comment.