From f973299f55ab1b1bd33da2e5dc70bc277b7a60a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabriel=20D=C3=ADaz?= Date: Wed, 10 Apr 2019 11:03:14 +0200 Subject: [PATCH] Add var to allow cflags usage in go runs inside the script --- tests/start_all_xterm | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/start_all_xterm b/tests/start_all_xterm index ab8a2ed9a..35377cf64 100755 --- a/tests/start_all_xterm +++ b/tests/start_all_xterm @@ -16,6 +16,7 @@ # Starts a local test setup +export CGO_LDFLAGS_ALLOW='.*' xterm -hold -e "go run $GOPATH/src/github.com/bbva/qed/testutils/notifierstore.go" & xterm -hold -e "bash start_server" &