mirror of
https://github.com/curl/curl.git
synced 2024-12-15 06:40:09 +08:00
cmake: sync torture test parallelism with autotools
Follow-up to 8ad3597d2d
#14960
Closes #14969
This commit is contained in:
parent
bc2f72b9ae
commit
cf2f4ca58e
@ -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…
Reference in New Issue
Block a user