The Samba-Bugzilla – Attachment 13345 Details for
Bug 12879
The test_dummy rpc module should not be installed to the system
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch for 4.7
0001-unittests-Do-not-install-the-test_dummy-rpc-module.patch (text/plain), 1.12 KB, created by
Andreas Schneider
on 2017-07-06 06:22:19 UTC
(
hide
)
Description:
patch for 4.7
Filename:
MIME Type:
Creator:
Andreas Schneider
Created:
2017-07-06 06:22:19 UTC
Size:
1.12 KB
patch
obsolete
>From 18e2e0c1b06016cb54740993de66e4aabdab2a92 Mon Sep 17 00:00:00 2001 >From: Andreas Schneider <asn@samba.org> >Date: Wed, 5 Jul 2017 10:30:35 +0200 >Subject: [PATCH] unittests: Do not install the test_dummy rpc module > >BUG: https://bugzilla.samba.org/show_bug.cgi?id=12879 > >Signed-off-by: Andreas Schneider <asn@samba.org> >Reviewed-by: Alexander Bokovoy <ab@samba.org> > >Autobuild-User(master): Andreas Schneider <asn@cryptomilk.org> >Autobuild-Date(master): Wed Jul 5 22:21:06 CEST 2017 on sn-devel-144 > >(cherry picked from commit 1de439035308b80a6bedc8110d02a4c29388c975) >--- > testsuite/unittests/wscript | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > >diff --git a/testsuite/unittests/wscript b/testsuite/unittests/wscript >index ba6ad3cbed9..561cb4bebad 100644 >--- a/testsuite/unittests/wscript >+++ b/testsuite/unittests/wscript >@@ -34,4 +34,5 @@ def build(bld): > subsystem='rpc', > allow_undefined_symbols=True, > init_function='', >- internal_module=False) >+ internal_module=False, >+ install=False) >-- >2.13.2 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Flags:
ab
:
review+
Actions:
View
Attachments on
bug 12879
: 13345