From 13f97ccf45af3bd34e8a5dcb78bc3851899da98c Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Mon, 25 Apr 2016 23:16:36 +0900 Subject: [PATCH] integration: Workaround runtime error: cgo argument has Go pointer to Go pointer --- integration-tests/setenv.in | 1 + 1 file changed, 1 insertion(+) diff --git a/integration-tests/setenv.in b/integration-tests/setenv.in index 277b68e7..c0f6b481 100644 --- a/integration-tests/setenv.in +++ b/integration-tests/setenv.in @@ -8,4 +8,5 @@ fi export CGO_CFLAGS="-I@abs_top_srcdir@/lib/includes -I@abs_top_builddir@/lib/includes" export CGO_LDFLAGS="-L$libdir" export LD_LIBRARY_PATH="$libdir" +export GODEBUG=cgocheck=0 "$@"