mirror of
https://github.com/moparisthebest/curl
synced 2024-12-24 09:08:49 -05: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
@ -543,7 +543,7 @@ script:
|
|||||||
make TFLAGS=-n test-nonflaky
|
make TFLAGS=-n test-nonflaky
|
||||||
make "TFLAGS=-n -e" test-nonflaky
|
make "TFLAGS=-n -e" test-nonflaky
|
||||||
tests="1 200 300 500 700 800 900 1000 1100 1200 1302 1400 1502 3000"
|
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
|
fi
|
||||||
- |
|
- |
|
||||||
set -eo pipefail
|
set -eo pipefail
|
||||||
|
Loading…
Reference in New Issue
Block a user