From 41a63b930bcbac3acbccf438aa0ccc6e7e357021 Mon Sep 17 00:00:00 2001 From: Elvin Efendi Date: Wed, 8 Apr 2020 12:48:46 -0400 Subject: [PATCH] ensure make lua-test runs locally --- Makefile | 2 -- build/test-lua.sh | 2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index f0e9c3861..9133d23da 100644 --- a/Makefile +++ b/Makefile @@ -53,8 +53,6 @@ GIT_COMMIT ?= git-$(shell git rev-parse --short HEAD) PKG = k8s.io/ingress-nginx -BUSTED_ARGS =-v --pattern=_test - HOST_ARCH = $(shell which go >/dev/null 2>&1 && go env GOARCH) ARCH ?= $(HOST_ARCH) ifeq ($(ARCH),) diff --git a/build/test-lua.sh b/build/test-lua.sh index e3857818a..22d257154 100755 --- a/build/test-lua.sh +++ b/build/test-lua.sh @@ -23,6 +23,8 @@ set -o errexit set -o nounset set -o pipefail +BUSTED_ARGS="-v --pattern=_test" + resty \ -I ./rootfs/etc/nginx/lua \ --shdict "configuration_data 5M" \