Skip to content

Commit b79bdf9

Browse files
committed
test/integration/goDebug.test.ts: include the debugger logging in tests
Include the debugger logging in the test failures to more easily identify test failure issues. Change-Id: I31670be863519e1fd698b0d6857ba27759b7c91e Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/321842 Trust: Suzy Mueller <[email protected]> Run-TryBot: Suzy Mueller <[email protected]> TryBot-Result: kokoro <[email protected]> Reviewed-by: Hyang-Ah Hana Kim <[email protected]>
1 parent 9b2b1ef commit b79bdf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/goDebug.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1990,7 +1990,7 @@ const testAll = (ctx: Mocha.Context, isDlvDap: boolean) => {
19901990
if (isDlvDap) {
19911991
config['debugAdapter'] = 'dlv-dap';
19921992
// Log the output for easier test debugging.
1993-
config['logOutput'] = 'dap';
1993+
config['logOutput'] = 'dap,debugger';
19941994
config['showLog'] = true;
19951995
config['trace'] = 'verbose';
19961996
}

0 commit comments

Comments
 (0)