From: Martin Schwenke Date: Wed, 22 Jul 2020 04:43:43 +0000 (+1000) Subject: Revert "ctdb-build: Don't build/install tests in top-level build by default" X-Git-Tag: talloc-2.3.2~1023 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6436c74ebf6adcbf21abf76567c7b87e61abfaf0;p=thirdparty%2Fsamba.git Revert "ctdb-build: Don't build/install tests in top-level build by default" Fix missing Reviewed-by: tag. This reverts commit 91c36c16c8516359380a00ee3d2229422b048d9f. Signed-off-by: Martin Schwenke Reviewed-by: Amitay Isaacs Autobuild-User(master): Martin Schwenke Autobuild-Date(master): Wed Jul 22 06:29:43 UTC 2020 on sn-devel-184 --- diff --git a/ctdb/wscript b/ctdb/wscript index 35c8c0622fc..5f93f3a0668 100644 --- a/ctdb/wscript +++ b/ctdb/wscript @@ -868,13 +868,6 @@ def build(bld): for d in ['volatile', 'persistent', 'state']: bld.INSTALL_DIR(os.path.join(bld.env.CTDB_VARDIR, d)) - # - # Test-only below this point - # - - if not bld.env.standalone_ctdb and not bld.CONFIG_GET('ENABLE_SELFTEST'): - return - bld.SAMBA_BINARY('errcode', source='tests/src/errcode.c', deps='replace',