]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
DOC: REGTESTS README varnishtest -Dno-htx= define.
authorJarno Huuskonen <jarno.huuskonen@uef.fi>
Wed, 9 Jan 2019 13:42:25 +0000 (15:42 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Mon, 14 Jan 2019 09:52:28 +0000 (10:52 +0100)
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

reg-tests/README

index 5427ad69d031fadc90452162ed183d772a16f422..05d7e548b7dbf72c4f09e0544ac6587484da6ddf 100644 (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
 collaboration with Varnish cache conceptor Poul-Henning Kamp to support HAProxy in
 addition to Varnish cache.
-
+See also: doc/regression-testing.txt
 
 * varnishtest compilation *
 
@@ -35,7 +35,7 @@ addition to Varnish cache.
   You must set HAPROXY_PROGRAM environment variable to give the location
   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
   Makefile target. You must set the VARNISHTEST_PROGRAM environment variable to