Skip to content

Commit

Permalink
containers: Do not fail on failed make
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardobranco777 committed Aug 14, 2024
1 parent e11f8c0 commit 9694ba9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/containers/runc_integration.pm
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ sub run {
assert_script_run "cd $test_dir/runc-$runc_version/";

# Compile helpers used by the tests
assert_script_run "make \$(ls contrib/cmd/)";
script_run "make \$(ls contrib/cmd/)";

run_tests(rootless => 1, skip_tests => get_var('RUNC_BATS_SKIP_USER', ''));

Expand Down

0 comments on commit 9694ba9

Please sign in to comment.