Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
Signed-off-by: Jiri Olsa <[email protected]>
  • Loading branch information
olsajiri committed Oct 9, 2023
1 parent acb4d57 commit 5dc8975
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkg/sensors/exec/exec_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,9 @@ func TestEventExitThreads(t *testing.T) {

err = jsonchecker.JsonTestCheck(t, checker)
assert.NoError(t, err)

fmt.Printf("KRAVA %v\n", tgids)
fmt.Printf("KRAVA rcv %d lost %d\n", obs.ReadReceivedEvents(), obs.ReadLostEvents())
}

func TestEventExecve(t *testing.T) {
Expand Down

0 comments on commit 5dc8975

Please sign in to comment.