[master] 2cb5e5326 Fix production of VTC documentation.

Poul-Henning Kamp phk at FreeBSD.org
Mon Sep 17 07:44:07 UTC 2018


commit 2cb5e5326ed8d56abfade2454f5a90237c919d29
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Mon Sep 17 07:42:57 2018 +0000

    Fix production of VTC documentation.
    
    Fixes: #2777

diff --git a/bin/varnishtest/vtc_misc.c b/bin/varnishtest/vtc_misc.c
index 8ffe69643..196b35c65 100644
--- a/bin/varnishtest/vtc_misc.c
+++ b/bin/varnishtest/vtc_misc.c
@@ -217,6 +217,8 @@ cmd_shell(CMD_ARGS)
 }
 
 /* SECTION: err_shell err_shell
+ *
+ * NOTICE: err_shell is deprecated, use `shell -err -expect` instead.
  *
  * This is very similar to the the ``shell`` command, except it takes a first
  * string as argument before the command::
diff --git a/doc/sphinx/Makefile.am b/doc/sphinx/Makefile.am
index 5eb2a1361..54f930caf 100644
--- a/doc/sphinx/Makefile.am
+++ b/doc/sphinx/Makefile.am
@@ -188,6 +188,7 @@ VTCSYN_SRC = $(top_srcdir)/bin/varnishtest/vtc.c \
 	     $(top_srcdir)/bin/varnishtest/vtc_http.c \
 	     $(top_srcdir)/bin/varnishtest/vtc_http2.c \
 	     $(top_srcdir)/bin/varnishtest/vtc_logexp.c \
+	     $(top_srcdir)/bin/varnishtest/vtc_misc.c \
 	     $(top_srcdir)/bin/varnishtest/vtc_process.c \
 	     $(top_srcdir)/bin/varnishtest/vtc_syslog.c \
 	     $(top_srcdir)/bin/varnishtest/vtc_varnish.c


More information about the varnish-commit mailing list