You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// ...logger:=log.New(os.Stdout, "", log.Lshortfile)
logger.Println("Hello!")
// output: example_test.go:10: Hello// I miss a "!" so that it will show FAIL when running test
This is the output by clicking run package tests from plugin:
And this is the output from terminal directly, also what I expected:
Plugin version: 0.6.85
Go version: 1.10.3
Just a simple file, example_test.go:
This is the output by clicking

run package testsfrom plugin:And this is the output from terminal directly, also what I expected:

Any idea?