Skip to content

Commit

Permalink
add log check
Browse files Browse the repository at this point in the history
  • Loading branch information
aphralG committed Sep 30, 2024
1 parent 61000c0 commit 2e8e5dd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/integration/install_uninstall_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,8 @@ func verifyAgentVersion(ctx context.Context, tb testing.TB, testContainer testco
versionOutput := strings.Trim(string(stdoutStderr), "#$%\x00\x01\n")
require.NoError(tb, err)
assert.Equal(tb, expectedVersionOutput, versionOutput)
tb.Logf("expectedVersionOutput: %s", expectedVersionOutput)
tb.Logf("versionOutput: %s", versionOutput)
}

func installAgent(ctx context.Context, tb testing.TB, container testcontainers.Container, osReleaseContent,
Expand Down

0 comments on commit 2e8e5dd

Please sign in to comment.