test commit

pull/9/head
prplV 2024-08-22 16:39:39 +03:00
parent 093c0908db
commit 8c4fe305b1
1 changed files with 1 additions and 0 deletions

View File

@ -573,6 +573,7 @@ async fn terminate_process (name: &str) {
std::process::exit(101); std::process::exit(101);
}); });
} }
// another test
async fn freeze_process(name: &str) { async fn freeze_process(name: &str) {
let _ = Command::new("pkill") let _ = Command::new("pkill")
.args(["-STOP", name]) .args(["-STOP", name])