Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Mathieu Tortuyaux <[email protected]>
  • Loading branch information
t-lo and tormath1 authored Oct 16, 2023
1 parent e8d9164 commit 16b5ee1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kola/tests/bpf/bpf.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ func execsnoopTest(c cluster.TestCluster) {
if err := util.Retry(10, 2*time.Second, func() error {

// Run 'docker ps' to trigger log output. Execsnoop won't print anything, not even the header,
// efore it's been triggered for the first time.
// before it's been triggered for the first time.
_ = c.MustSSH(m, "docker ps")

// we first assert that the container is running and then the process too.
Expand Down
2 changes: 1 addition & 1 deletion kola/tests/systemd/journald.go
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ func journalUser(c cluster.TestCluster) {
return nil
}

return fmt.Errorf("Waiting for log output...")
return fmt.Errorf("Waiting for log output containing 'Foo'...")
}); err != nil {
c.Fatalf("Unable to find 'Foo' in user journal: %v", err)
}
Expand Down

0 comments on commit 16b5ee1

Please sign in to comment.