diff options
Diffstat (limited to 'cli/tests/integration_tests.rs')
-rw-r--r-- | cli/tests/integration_tests.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cli/tests/integration_tests.rs b/cli/tests/integration_tests.rs index 3d606b2a5..261ba30a9 100644 --- a/cli/tests/integration_tests.rs +++ b/cli/tests/integration_tests.rs @@ -825,6 +825,7 @@ mod integration { // the watcher process is still alive assert!(deno.try_wait().unwrap().is_none()); + deno.kill().unwrap(); drop(t); } @@ -976,6 +977,7 @@ mod integration { // the watcher process is still alive assert!(child.try_wait().unwrap().is_none()); + child.kill().unwrap(); drop(t); } |