diff options
author | Daniel Stenberg <daniel@haxx.se> | 2018-06-16 11:55:04 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2018-06-17 14:32:00 +0200 |
commit | 6785d0dc7074a195886db45088822fe421a27b0e (patch) | |
tree | 461b026f19811fa77053ef2210a974bf1c7e1395 /tests | |
parent | ac9a179fe980f1a78438a791671e22671ebb6451 (diff) |
travis: run more tests for coverage check
... run a few more tortured based and run all tests event-based.
Closes #2664
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index d6e6cfe29..77a9147ea 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -5,7 +5,7 @@ # | (__| |_| | _ <| |___ # \___|\___/|_| \_\_____| # -# Copyright (C) 1998 - 2017, Daniel Stenberg, <daniel@haxx.se>, et al. +# Copyright (C) 1998 - 2018, 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 @@ -75,7 +75,7 @@ TEST_T = -a -t TEST_E = -a -e # !flaky means that it'll skip all tests using the flaky keyword -TEST_NF = -a -p -r !flaky +TEST_NF = -a -p !flaky endif # make sure that PERL is pointing to an executable |