summaryrefslogtreecommitdiff
path: root/source3/selftest
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2019-05-23 10:46:27 +1200
committerAndrew Bartlett <abartlet@samba.org>2019-05-24 03:19:17 +0000
commit430968b32dc7d14876b8ed3bbbcfdc4d34a1263b (patch)
tree787f54ca688a7ebe0c9c96da529cfe7aabe226dd /source3/selftest
parente7424897a1272490b78c08f78ce7b260eb014f20 (diff)
downloadsamba-430968b32dc7d14876b8ed3bbbcfdc4d34a1263b.tar.gz
Run test for initshutdown
The test already existed but was not run. Found by LCOV Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Gary Lockyer <gary@catalyst.net.nz>
Diffstat (limited to 'source3/selftest')
-rwxr-xr-xsource3/selftest/tests.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/selftest/tests.py b/source3/selftest/tests.py
index a48ea2054fe..77a2a8d6ed8 100755
--- a/source3/selftest/tests.py
+++ b/source3/selftest/tests.py
@@ -463,7 +463,8 @@ rpc = ["rpc.authcontext", "rpc.samba3.bind", "rpc.samba3.srvsvc", "rpc.samba3.sh
"rpc.samr.passwords.pwdlastset", "rpc.samr.passwords.lockout", "rpc.samr.passwords.badpwdcount", "rpc.samr.large-dc", "rpc.samr.machine.auth",
"rpc.samr.priv", "rpc.samr.passwords.validate",
"rpc.netlogon.admin",
- "rpc.schannel", "rpc.schannel2", "rpc.bench-schannel1", "rpc.schannel_anon_setpw", "rpc.join", "rpc.bind"]
+ "rpc.schannel", "rpc.schannel2", "rpc.bench-schannel1", "rpc.schannel_anon_setpw", "rpc.join", "rpc.bind",
+ "rpc.initshutdown"]
local = ["local.nss"]