mirror of
https://github.com/haproxy/haproxy.git
synced 2026-06-14 20:10:32 -04:00
This patch replaces LEVEL variable by REGTESTS_TYPES variable which is more
mnemonic and human readable. It is uses as a filter to run the reg tests scripts
where a commented #REGTEST_TYPE may be defined to designate their types.
Running the following command:
$ REGTESTS_TYPES=slow,default
will start all the reg tests where REGTEST_TYPE is defines as 'slow' or 'default'.
Note that 'default' is also the default value of REGTEST_TYPE when not specified
dedicated to run all the current h*.vtc files. When REGTESTS_TYPES is not specified
there is no filter at all. All the tests are run.
This patches also defines REGTEST_TYPE with 'slow' value for all the s*.vtc files,
'bug' value for al the b*.vtc files, 'broken' value for all the k*.vtc files.
|
||
|---|---|---|
| .. | ||
| b00000.lua | ||
| b00000.vtc | ||
| b00001.lua | ||
| b00001.vtc | ||
| b00002.lua | ||
| b00002.vtc | ||
| b00002_print_r.lua | ||
| b00003.lua | ||
| b00003.vtc | ||
| common.pem | ||
| h00001.lua | ||
| h00001.vtc | ||
| h00002.lua | ||
| h00002.vtc | ||