The branch, master has been updated
via 85d5b43 waf: Do not install the unit test binary for krb5samba
from 44ee316 dbcheck-links: Test that dbcheck against one-way links does
not error
https://git.samba.org/?p=samba.git;a=shortlog;h=master
- Log -----------------------------------------------------------------
commit 85d5b4339237a12d369c3522dbb44e98fd3a6c54
Author: Andreas Schneider <[email protected]>
Date: Wed Feb 1 15:53:44 2017 +0100
waf: Do not install the unit test binary for krb5samba
BUG: https://bugzilla.samba.org/show_bug.cgi?id=12552
Signed-off-by: Andreas Schneider <[email protected]>
Reviewed-by: David Disseldorp <[email protected]>
Autobuild-User(master): Andreas Schneider <[email protected]>
Autobuild-Date(master): Mon Feb 13 14:17:39 CET 2017 on sn-devel-144
-----------------------------------------------------------------------
Summary of changes:
testsuite/unittests/wscript | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
Changeset truncated at 500 lines:
diff --git a/testsuite/unittests/wscript b/testsuite/unittests/wscript
index ea4af07..e256951 100644
--- a/testsuite/unittests/wscript
+++ b/testsuite/unittests/wscript
@@ -12,4 +12,5 @@ def build(bld):
if bld.CONFIG_SET('HAVE_CMOCKA'):
bld.SAMBA_BINARY('test_krb5samba',
source='test_krb5_samba.c',
- deps='krb5samba cmocka')
+ deps='krb5samba cmocka',
+ install=False)
--
Samba Shared Repository