test commit
parent
093c0908db
commit
8c4fe305b1
|
|
@ -573,6 +573,7 @@ async fn terminate_process (name: &str) {
|
|||
std::process::exit(101);
|
||||
});
|
||||
}
|
||||
// another test
|
||||
async fn freeze_process(name: &str) {
|
||||
let _ = Command::new("pkill")
|
||||
.args(["-STOP", name])
|
||||
|
|
|
|||
Loading…
Reference in New Issue