summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorFabian Keil <fk@fabiankeil.de>2012-11-17 12:12:42 +0100
committerDaniel Stenberg <daniel@haxx.se>2021-02-09 00:28:28 +0100
commit3f0bef2b5303fec1a4b483e65d767205efd481b7 (patch)
treef2527bc59e83113e11c3755cf1fe7645e61c855e /scripts
parentb47ee58fb74cf3537e44aeb4876dfaf4a4b00ccb (diff)
downloadcurl-3f0bef2b5303fec1a4b483e65d767205efd481b7.tar.gz
runtests.pl: add an -E option to specify an exclude file
It can contain additional restraints for test numbers, keywords and tools. The idea is to let third parties like the Privoxy project distribute an exclude file with their tarballs that specifies which curl tests are not expected to work when using Privoxy as a proxy, without having to fork the whole curl test suite. The syntax could be changed to be extendable and maybe more closely reflect the "curl test" syntax. Currently it's a bunch of lines like these: test:$TESTNUMBER:Reason why this test with number $TESTNUMBER should be skipped keyword:$KEYWORD:Reason why tests whose keywords contain the $KEYWORD should be skipped tool:$TOOL:Reason why tests with tools that contain $TOOL should be skipped To specify multiple $TESTNUMBERs, $KEYWORDs and $TOOLs on a single line, split them with commas.
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions