mirror of
https://github.com/samba-team/samba.git
synced 2025-03-08 04:58:40 +03:00
RAW-STREAMS: do a exit on the session after each sub tests
metze (This used to be commit 3f7fef8b8c567379649611637d69c89d77d11d6c)
This commit is contained in:
parent
6e9d25157d
commit
2801b6a522
@ -560,7 +560,9 @@ bool torture_raw_streams(struct torture_context *torture,
|
||||
}
|
||||
|
||||
ret &= test_stream_io(torture, cli, torture);
|
||||
smb_raw_exit(cli->session);
|
||||
ret &= test_stream_sharemodes(torture, cli, torture);
|
||||
smb_raw_exit(cli->session);
|
||||
if (!torture_setting_bool(torture, "samba4", false)) {
|
||||
ret &= test_stream_delete(torture, cli, torture);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user