mirror of
https://github.com/samba-team/samba.git
synced 2025-01-24 02:04:21 +03:00
r20736: skip the NBT-WINSREPLICATION-OWNED test in make quicktest
metze (This used to be commit b3ff3f8c3623c6bf40038b07fdb1084b35442588)
This commit is contained in:
parent
fbec233ec7
commit
02097b0955
@ -9652,6 +9652,11 @@ static bool torture_nbt_winsreplication_owned(struct torture_context *tctx)
|
||||
bool ret = true;
|
||||
struct test_wrepl_conflict_conn *ctx;
|
||||
|
||||
if (lp_parm_bool(-1, "torture", "quick", False)) {
|
||||
printf("skip NBT-WINSREPLICATION-OWNED test in quick test mode\n");
|
||||
return true;
|
||||
}
|
||||
|
||||
if (!torture_nbt_get_name(tctx, &name, &address))
|
||||
return false;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user