Skip to content

Commit 1487c87

Browse files
committed
try to fix windows test
1 parent aa5d78e commit 1487c87

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

agent/agent_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ func TestAgent(t *testing.T) {
7878
output, err := session.Output(command)
7979
require.NoError(t, err)
8080
ex, err := os.Executable()
81+
t.Log(ex)
8182
require.NoError(t, err)
8283
require.True(t, strings.Contains(strings.TrimSpace(string(output)), ex), string(output), ex)
8384
})

0 commit comments

Comments
 (0)