mirror of
https://github.com/curl/curl.git
synced 2026-07-25 09:47:49 +03:00
Added a generic way to disable test cases when "all" is run, and added the
FTP 3rd party transfers to that file for now until I have them sorted out.
This commit is contained in:
parent
4a24219a1a
commit
c866771cd2
3 changed files with 25 additions and 1 deletions
7
tests/data/DISABLED
Normal file
7
tests/data/DISABLED
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
# This file can be used to specify test cases that should not run when all
|
||||
# test cases are run by runtests.pl. Just add the plain test case numbers, one
|
||||
# per line.
|
||||
# Comments starting with '#' letters are fine.
|
||||
230
|
||||
231
|
||||
232
|
||||
|
|
@ -35,5 +35,5 @@ EXTRA_DIST = test1 test108 test117 test127 test20 test27 test34 test46 \
|
|||
test256 test257 test258 test259 test260 test261 test262 test263 test264 \
|
||||
test265 test266 test267 test268 test269 test270 test271 test272 test273 \
|
||||
test274 test275 test524 test525 test276 test277 test526 test527 test528 \
|
||||
test530
|
||||
test530 DISABLED
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue