REGTEST: make the "run-regtests" script search for tests in reg-tests by default
authorWilly Tarreau <w@1wt.eu>
Tue, 23 Apr 2019 14:09:50 +0000 (16:09 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 23 Apr 2019 14:09:50 +0000 (16:09 +0200)
commitca8df4c0742d9d6290614e5213b18a68cf5dc7f7
treecf45d3c9787c7329fefbb563acec92b93495d6f5
parentb894f9230cadc4b1dce59f90f4f6c501978b921a
REGTEST: make the "run-regtests" script search for tests in reg-tests by default

It happens almost daily to me that make regtests fails because the script
found a temporary, old, or broken VTC file that was lying in my work dir,
leaving me no place to hide it. This is a real pain as some tests take ages
to fail, so let's make this script only look up for tests where they are
expected to be stored, under reg-tests only. It remains possible to force
the location on the command line though.
scripts/run-regtests.sh