[SCM] Samba Shared Repository - branch v4-6-test updated
Karolin Seeger
kseeger at samba.org
Tue Feb 14 11:47:02 UTC 2017
The branch, v4-6-test has been updated
via 96f439d waf: Do not install the unit test binary for krb5samba
from 6e6cf90 s4:tests/sec_descriptor: use more unique oid values
https://git.samba.org/?p=samba.git;a=shortlog;h=v4-6-test
- Log -----------------------------------------------------------------
commit 96f439d8b68cdb8ee4edd9e642581fc33216aebb
Author: Andreas Schneider <asn at samba.org>
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 <asn at samba.org>
Reviewed-by: David Disseldorp <ddiss at samba.org>
(cherry picked from commit 85d5b4339237a12d369c3522dbb44e98fd3a6c54)
Autobuild-User(v4-6-test): Karolin Seeger <kseeger at samba.org>
Autobuild-Date(v4-6-test): Tue Feb 14 12:46:23 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
More information about the samba-cvs
mailing list