diff options
author | Andreas Schneider <asn@samba.org> | 2017-07-05 10:30:35 +0200 |
---|---|---|
committer | Andreas Schneider <asn@cryptomilk.org> | 2017-07-05 22:21:06 +0200 |
commit | 1de439035308b80a6bedc8110d02a4c29388c975 (patch) | |
tree | 34103788dfe540ddc572b61103f4f7e0a54753e1 | |
parent | 5d18c5e5ec52a185991f9de6883171f85f7d4fa7 (diff) | |
download | samba-1de439035308b80a6bedc8110d02a4c29388c975.tar.gz |
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
-rw-r--r-- | testsuite/unittests/wscript | 3 |
1 files changed, 2 insertions, 1 deletions
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) |