]> granicus.if.org Git - curl/commit
runtests: ignore disabled even when ranges are given
authorDaniel Stenberg <daniel@haxx.se>
Tue, 2 Oct 2018 07:08:56 +0000 (09:08 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 2 Oct 2018 11:07:06 +0000 (13:07 +0200)
commit5cc51b0d0f15b6817a82ac0e8fb7b9dece31f977
treed7a0b431b095c5c8a46646ba5d938f468f9c6755
parentd9a2dc9aad055c12103f668194790c2beab661e9
runtests: ignore disabled even when ranges are given

runtests.pl support running a range of tests, like "44 to 127". Starting
now, the code makes sure that even such given ranges will ignore tests
that are marked as disabled.

Disabled tests can still be run by explictly specifying that test
number.

Closes #3075
tests/runtests.pl