run gateway mint test in full mode (#7296)

master
Sidhartha Mani 6 years ago committed by kannappanr
parent 5e69a107d8
commit b983da957d
  1. 1
      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

Loading…
Cancel
Save