summaryrefslogtreecommitdiff
path: root/script
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2021-01-12 10:07:56 +0100
committerAndrew Bartlett <abartlet@samba.org>2021-04-28 03:43:34 +0000
commitc54d5dbe0ce86beb166728d5925afd4b6afe0f34 (patch)
tree1322cdacfc0e1d6576f75245421db6e2665bf373 /script
parent24c4fcf811517593074a606d12327a3d2842c427 (diff)
downloadsamba-c54d5dbe0ce86beb166728d5925afd4b6afe0f34.tar.gz
selftest: Specify /dev/null as the smbd config file
smbd will require a smb.conf later. Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'script')
-rwxr-xr-xscript/autobuild.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/script/autobuild.py b/script/autobuild.py
index a340160f20f..6eb8c4124e8 100755
--- a/script/autobuild.py
+++ b/script/autobuild.py
@@ -761,7 +761,7 @@ tasks = {
"--without-ad-dc "
"--bundled-libraries=!tdb"),
("samba-make", "make"),
- ("samba-check", "./bin/smbd -b | grep CLUSTER_SUPPORT"),
+ ("samba-check", "./bin/smbd --configfile=/dev/null -b | grep CLUSTER_SUPPORT"),
("samba-install", "make install"),
("ctdb-check", "test -e ${PREFIX_DIR}/sbin/ctdbd"),