[SCM] Samba Shared Repository - branch v4-11-test updated

Karolin Seeger kseeger at samba.org
Tue Jul 7 08:17:03 UTC 2020


The branch, v4-11-test has been updated
       via  03eb7b7c0de lib/util: do not install "test_util_paths"
      from  b36dc13c1a0 selftest: Run test of how userPassword / crypt() style passwords are stored in quicktest

https://git.samba.org/?p=samba.git;a=shortlog;h=v4-11-test


- Log -----------------------------------------------------------------
commit 03eb7b7c0de6a6191a54583f388cd84e32c982dc
Author: Günther Deschner <gd at samba.org>
Date:   Thu Jul 2 18:56:20 2020 +0200

    lib/util: do not install "test_util_paths"
    
    BUG: https://bugzilla.samba.org/show_bug.cgi?id=14370
    
    Guenther
    
    Signed-off-by: Guenther Deschner <gd at samba.org>
    
    Autobuild-User(v4-11-test): Karolin Seeger <kseeger at samba.org>
    Autobuild-Date(v4-11-test): Tue Jul  7 08:16:40 UTC 2020 on sn-devel-184

-----------------------------------------------------------------------

Summary of changes:
 lib/util/wscript_build | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)


Changeset truncated at 500 lines:

diff --git a/lib/util/wscript_build b/lib/util/wscript_build
index 9cf411007eb..84c19bb136f 100644
--- a/lib/util/wscript_build
+++ b/lib/util/wscript_build
@@ -285,4 +285,5 @@ else:
     bld.SAMBA_BINARY('test_util_paths',
                      source='tests/test_util_paths.c',
                      deps='cmocka replace talloc samba-util',
-                     local_include=False)
+                     local_include=False,
+                     install=False)


-- 
Samba Shared Repository



More information about the samba-cvs mailing list