mirror of
https://github.com/curl/curl.git
synced 2026-08-19 10:13:49 +03: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:
parent
7c1bd03576
commit
e66d5fa785
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue