From b983da957d02427db7c45e180567ae942de1b1e7 Mon Sep 17 00:00:00 2001 From: Sidhartha Mani Date: Wed, 27 Feb 2019 10:03:23 -0800 Subject: [PATCH] run gateway mint test in full mode (#7296) --- buildscripts/gateway-tests.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/buildscripts/gateway-tests.sh b/buildscripts/gateway-tests.sh index dabb6cf6e..02b3c4132 100755 --- a/buildscripts/gateway-tests.sh +++ b/buildscripts/gateway-tests.sh @@ -42,6 +42,7 @@ cd /mint export MINT_ROOT_DIR=${MINT_ROOT_DIR:-/mint} export MINT_RUN_CORE_DIR="$MINT_ROOT_DIR/run/core" export MINT_RUN_SECURITY_DIR="$MINT_ROOT_DIR/run/security" +export MINT_MODE="full" export WGET="wget --quiet --no-check-certificate" go get github.com/go-ini/ini