mirror of
https://github.com/curl/curl.git
synced 2026-06-16 11:05:37 +03:00
cmake: sync torture test parallelism with autotools
Follow-up to 8ad3597d2d #14960
Closes #14969
This commit is contained in:
parent
bc2f72b9ae
commit
cf2f4ca58e
1 changed files with 1 additions and 1 deletions
|
|
@ -100,5 +100,5 @@ add_runtests(test-full "-a -p -r")
|
|||
# ~flaky means that it ignores results of tests using the flaky keyword
|
||||
add_runtests(test-nonflaky "-a -p ~flaky ~timing-dependent")
|
||||
add_runtests(test-ci "-a -p ~flaky ~timing-dependent -r -rm -j2")
|
||||
add_runtests(test-torture "-a -t")
|
||||
add_runtests(test-torture "-a -t -j2")
|
||||
add_runtests(test-event "-a -e")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue