[6.0] 39207ceda Fix production of VTC documentation.

Dridi Boukelmoune dridi.boukelmoune at gmail.com
Wed Oct 31 13:08:18 UTC 2018


commit 39207cedaaa10100216f0f9552b30436dbb938e0
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