From 91f5b5f3d07787540b01147fb18bc3018e47bf22 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Fri, 18 Jun 2021 23:49:13 +1200 Subject: [PATCH] selftest: Remove -d10 from test startup It looks like "python:tests: Add SAMR password change tests for fips" (which is also the title of 9a3ba502d8193b25799ef92917efafd52de2e8c2, but this is also unrelated) and was a probalby a rebase artifact, being a debugging aid that should have been omitted. This reverts commit ebd687335b9accfdbae7dbc65c9882ab4d5c0986. Signed-off-by: Andrew Bartlett Reviewed-by: Gary Lockyer Autobuild-User(master): Gary Lockyer Autobuild-Date(master): Mon Jun 21 01:46:58 UTC 2021 on sn-devel-184 --- selftest/target/Samba4.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/selftest/target/Samba4.pm b/selftest/target/Samba4.pm index 710f46096c1..1f8ed412bf7 100755 --- a/selftest/target/Samba4.pm +++ b/selftest/target/Samba4.pm @@ -1053,7 +1053,7 @@ servicePrincipalName: http/testupnspn.$ctx->{dnsname} $samba_tool_cmd = ${cmd_env}; $samba_tool_cmd .= Samba::bindir_path($self, "samba-tool") - . " group addmembers --configfile=$ctx->{smb_conf} 'Allowed RODC Password Replication Group' '$testallowed_account' -d10"; + . " group addmembers --configfile=$ctx->{smb_conf} 'Allowed RODC Password Replication Group' '$testallowed_account'"; unless (system($samba_tool_cmd) == 0) { warn("Unable to add '$testallowed_account' user to 'Allowed RODC Password Replication Group': \n$samba_tool_cmd\n"); return undef; -- 2.47.2