summaryrefslogtreecommitdiff
path: root/source3/utils/wscript_build
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2021-01-13 09:54:52 +0100
committerAndrew Bartlett <abartlet@samba.org>2021-05-25 00:23:37 +0000
commite63bf24d89ad7d5930efc3fa2ac4dc66ecad04a2 (patch)
treed833b21dfa834451796e47f8dfa353a36b463c6f /source3/utils/wscript_build
parenta5a2636e20d6e33327d9e06359f5512141961403 (diff)
downloadsamba-e63bf24d89ad7d5930efc3fa2ac4dc66ecad04a2.tar.gz
s3:utils: Migrate testparm to new cmdline option parser
Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'source3/utils/wscript_build')
-rw-r--r--source3/utils/wscript_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/utils/wscript_build b/source3/utils/wscript_build
index 1242a9f237e..4688994dfec 100644
--- a/source3/utils/wscript_build
+++ b/source3/utils/wscript_build
@@ -168,7 +168,7 @@ bld.SAMBA3_BINARY('testparm',
deps='''
talloc
smbconf
- popt_samba3
+ CMDLINE_S3
cmdline_contexts
GNUTLS_HELPERS
''')