Skip to content

Commit

Permalink
fix(libsinsp_e2e): dump only necessary events
Browse files Browse the repository at this point in the history
Signed-off-by: Roberto Scolaro <roberto.scolaro21@gmail.com>
  • Loading branch information
therealbobo committed May 3, 2024
1 parent 1187cd4 commit 5d3bf6f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/libsinsp_e2e/event_capture.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,6 @@ void event_capture::capture()
while (SCAP_SUCCESS == get_inspector()->next(&event))
{
// just consume the remaining events
dumper->dump(event);
}
}
}
Expand Down

0 comments on commit 5d3bf6f

Please sign in to comment.