Skip to content

Commit a2ce200

Browse files
committed
test: do waitpid for the ldap server after killing it
1 parent eecd7b2 commit a2ce200

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tarantool/src/test.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -308,6 +308,7 @@ pub mod util {
308308
let guard = on_scope_exit(move || {
309309
crate::say_info!("killing ldap server");
310310
ldap_server_process.kill().unwrap();
311+
ldap_server_process.wait().unwrap();
311312

312313
// Remove the temporary directory with it's contents
313314
drop(tempdir);

0 commit comments

Comments
 (0)