summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2019-12-10 14:41:35 +0100
committerDaniel Stenberg <daniel@haxx.se>2019-12-10 14:41:35 +0100
commitb9d91dfcb4e680e051c85e1ade6433b7cec44d8c (patch)
tree417e89d5ce7ac2229d117d45048d205fd8283b99
parent1acfc20173091cc1dfd4425f5ab4c1d6fc5aa046 (diff)
downloadcurl-bagder/tests-shallow-torture.tar.gz
travis: make torture use --shallow=40bagder/tests-shallow-torture
As a first step to enable it to run over a more diverse set of tests in a reasonable time.
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 262e51382..8c77a746a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -543,7 +543,7 @@ script:
make TFLAGS=-n test-nonflaky
make "TFLAGS=-n -e" test-nonflaky
tests="1 200 300 500 700 800 900 1000 1100 1200 1302 1400 1502 3000"
- make "TFLAGS=-n -t $tests" test-nonflaky
+ make "TFLAGS=-n --shallow=40 -t $tests" test-nonflaky
fi
- |
set -eo pipefail