From 993c5efe8749185acf5a4870de7a2e9edc7351bb Mon Sep 17 00:00:00 2001 From: Olof hagsand Date: Sun, 29 Nov 2020 23:03:13 +0100 Subject: [PATCH] try native travis test #5 --- test/lib.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/test/lib.sh b/test/lib.sh index 9c2c1455..95259d66 100755 --- a/test/lib.sh +++ b/test/lib.sh @@ -41,7 +41,11 @@ if [ -f ./config.sh ]; then fi fi -: ${SKIPLIST:=false} +# Check sanity between --with-restconf setting and if nginx is started by systemd or not +# This check is optional because some installs, such as vagrant make a non-systemd/direct +# start +: ${NGINXCHECK:=false} + # Sanity nginx running on systemd platforms if $NGINXCHECK; then if systemctl > /dev/null 2>&1 ; then