unittests: Do not install the test_dummy rpc module
authorAndreas Schneider <asn@samba.org>
Wed, 5 Jul 2017 08:30:35 +0000 (10:30 +0200)
committerAndreas Schneider <asn@cryptomilk.org>
Wed, 5 Jul 2017 20:21:06 +0000 (22:21 +0200)
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

testsuite/unittests/wscript

index ba6ad3cbed9ffed0d3e3f03657c333643d7b3c8d..561cb4bebad98d579178eeebde1d3726b3e85947 100644 (file)
@@ -34,4 +34,5 @@ def build(bld):
                      subsystem='rpc',
                      allow_undefined_symbols=True,
                      init_function='',
-                     internal_module=False)
+                     internal_module=False,
+                     install=False)