Skip to content

Commit

Permalink
debug
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 Apr 2, 2024
1 parent 881feda commit 13b0cb9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/libsinsp_e2e/sys_call_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1432,6 +1432,7 @@ TEST_F(sys_call_test, poll_timeout)
// on how the tests are invoked
//
string fds = e->get_param_value_str("fds");
std::cout << fds << std::endl;
EXPECT_TRUE(fds == "0:f1 1:f4" || fds == "0:p1 1:f4" || fds == "0:f1 1:p4" ||
fds == "0:p1 1:p4")
<< "Value of fds is not one of expected values: " << fds;
Expand Down

0 comments on commit 13b0cb9

Please sign in to comment.