Skip to content

Commit

Permalink
Merge branch 'main' into test/kill
Browse files Browse the repository at this point in the history
Signed-off-by: Akiyama <[email protected]>
  • Loading branch information
YamasouA committed Feb 2, 2025
2 parents da9ceae + c7a10ac commit a08fd60
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 48 deletions.
58 changes: 10 additions & 48 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions tests/contest/contest/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,10 @@ fn main() -> Result<()> {
let process_rlimits_fail = get_process_rlimits_fail_test();
let no_pivot = get_no_pivot_test();
let process_oom_score_adj = get_process_oom_score_adj_test();
<<<<<<< HEAD
let kill = get_kill_test();
=======
>>>>>>> main
let fd_control = get_fd_control_test();

tm.add_test_group(Box::new(cl));
Expand Down Expand Up @@ -161,7 +164,10 @@ fn main() -> Result<()> {
tm.add_test_group(Box::new(process_rlimits_fail));
tm.add_test_group(Box::new(no_pivot));
tm.add_test_group(Box::new(process_oom_score_adj));
<<<<<<< HEAD
tm.add_test_group(Box::new(kill));
=======
>>>>>>> main
tm.add_test_group(Box::new(fd_control));

tm.add_test_group(Box::new(io_priority_test));
Expand Down

0 comments on commit a08fd60

Please sign in to comment.