From 777f88336442c887552fb3353db93a5ed5b4ff74 Mon Sep 17 00:00:00 2001 From: Sebastien Douheret Date: Fri, 19 Oct 2018 22:16:11 +0200 Subject: Fix tests Change-Id: I9b8dbe26bfe6d1d32cbce09a89b7d0f47d7ef4b5 Signed-off-by: Sebastien Douheret --- .vscode/launch.json | 1 + 1 file changed, 1 insertion(+) (limited to '.vscode') diff --git a/.vscode/launch.json b/.vscode/launch.json index c12c80c..a5b082c 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -24,6 +24,7 @@ "program": "${workspaceRoot}/test", "env": { "GOPATH": "${workspaceRoot}/../../../../../..:${env:GOPATH}", + "VERBOSE": 1, }, "args": ["-test.v", "-test.run", ".*"], "showLog": false -- cgit 1.2.3-korg