Skip to content

Commit

Permalink
Merge pull request #20355 from ricardobranco777/runc_bats
Browse files Browse the repository at this point in the history
containers: Add new directory for runc test helpers
  • Loading branch information
ricardobranco777 authored Oct 8, 2024
2 parents 6166cbe + 07744c9 commit e5b24d6
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
script_run "make \$(ls contrib/cmd/)";
script_run "make \$(basename -a contrib/cmd/* tests/cmd/*)";

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

Expand Down

0 comments on commit e5b24d6

Please sign in to comment.