[6.0] dadc85271 We don't want distcheck to exercise persistent by default, but we do want VTEST to do so.

Poul-Henning Kamp phk at FreeBSD.org
Thu Aug 16 08:52:26 UTC 2018


commit dadc85271fe77deaf691cc46dcc95e15c2d5d419
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Wed Mar 28 21:25:07 2018 +0000

    We don't want distcheck to exercise persistent by default, but we
    do want VTEST to do so.

diff --git a/Makefile.am b/Makefile.am
index 006c770ee..f019082a2 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -18,7 +18,7 @@ EXTRA_DIST = \
 	varnish.m4 \
 	varnish-legacy.m4
 
-DISTCHECK_CONFIGURE_FLAGS = \
+AM_DISTCHECK_CONFIGURE_FLAGS = \
     --enable-developer-warnings \
     --enable-debugging-symbols \
     --enable-dependency-tracking \
diff --git a/tools/vtest.sh b/tools/vtest.sh
index b2e121df6..92020396e 100755
--- a/tools/vtest.sh
+++ b/tools/vtest.sh
@@ -131,7 +131,7 @@ makedistcheck () (
 	set -e
 	cd "${SRCDIR}"
 	nice make vtest-clean
-	nice make distcheck
+	nice make distcheck DISTCHECK_CONFIGURE_FLAGS=--with-persistent-storage
 )
 
 gcovtest () (


More information about the varnish-commit mailing list