Skip to content

Commit

Permalink
Set env Variable GO111MODULE to off when running functional tests.
Browse files Browse the repository at this point in the history
Change-Id: Ib62ec253cdecad3f6a3a6e6a9c6b823af8f454ec
  • Loading branch information
ksaikrishnateja committed Nov 12, 2020
1 parent 6b40218 commit 433c1d4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions secondary/tests/functionaltests/runtest_clusterrun.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,6 @@ export NS_SERVER_CBAUTH_RPC_URL="http://127.0.0.1:9000/cbauth-demo"

export CBAUTH_REVRPC_URL="http://Administrator:asdasd@127.0.0.1:9000/query"

export GO111MODULE=off

go "$@"

0 comments on commit 433c1d4

Please sign in to comment.