1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

travis: make torture use --shallow=40

As a first step to enable it to run over a more diverse set of tests in
a reasonable time.
This commit is contained in:
Daniel Stenberg 2019-12-10 14:41:35 +01:00
parent 7c1bd03576
commit e66d5fa785
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -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