DOC: REGTESTS README varnishtest -Dno-htx= define.

Add -Dno-htx= to varnishtest command line, because without no-htx most
vtc tests fail (${no-htx} macro). Also link to doc/regression-testing.txt
This commit is contained in:
Jarno Huuskonen 2019-01-09 15:42:25 +02:00 committed by Christopher Faulet
parent 3759fe76a7
commit 1261a87df9

View File

@ -8,7 +8,7 @@ Varnish cache application. varnishtest is a very useful program which has been
developed to test Varnish cache application. varnishtest has been modified in developed to test Varnish cache application. varnishtest has been modified in
collaboration with Varnish cache conceptor Poul-Henning Kamp to support HAProxy in collaboration with Varnish cache conceptor Poul-Henning Kamp to support HAProxy in
addition to Varnish cache. addition to Varnish cache.
See also: doc/regression-testing.txt
* varnishtest compilation * * varnishtest compilation *
@ -35,7 +35,7 @@ addition to Varnish cache.
You must set HAPROXY_PROGRAM environment variable to give the location You must set HAPROXY_PROGRAM environment variable to give the location
of the HAProxy program to test to varnishtest: of the HAProxy program to test to varnishtest:
$ HAPROXY_PROGRAM=<my haproxy program> varnishtest ... $ HAPROXY_PROGRAM=<my haproxy program> varnishtest [-Dno-htx=] ...
The HAProxy VTC files found in HAProxy sources may be run with the reg-tests The HAProxy VTC files found in HAProxy sources may be run with the reg-tests
Makefile target. You must set the VARNISHTEST_PROGRAM environment variable to Makefile target. You must set the VARNISHTEST_PROGRAM environment variable to