forked from golang/vscode-go
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test/integration/goDebug: set mode to 'debug' or 'test' not 'auto'
When mode is 'auto', it is resolved to 'debug' or 'test' based on the open file. However, we do not explicitly open any files, so we are running these tests based on whatever the last opened file was. Instead we want to explicitly set the mode to 'debug' or 'test'. Change-Id: Ibe3a571c640292edb75434323623bfbebb18bfeb Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/312750 Trust: Suzy Mueller <[email protected]> Run-TryBot: Suzy Mueller <[email protected]> Reviewed-by: Hyang-Ah Hana Kim <[email protected]> TryBot-Result: kokoro <[email protected]>
- Loading branch information
Showing
1 changed file
with
24 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters