Skip to content

Commit

Permalink
unittests: Do not install the test_dummy rpc module
Browse files Browse the repository at this point in the history
BUG: https://bugzilla.samba.org/show_bug.cgi?id=12879

Signed-off-by: Andreas Schneider <[email protected]>
Reviewed-by: Alexander Bokovoy <[email protected]>

Autobuild-User(master): Andreas Schneider <[email protected]>
Autobuild-Date(master): Wed Jul  5 22:21:06 CEST 2017 on sn-devel-144
  • Loading branch information
cryptomilk committed Jul 5, 2017
1 parent 5d18c5e commit 1de4390
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion testsuite/unittests/wscript
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,5 @@ def build(bld):
subsystem='rpc',
allow_undefined_symbols=True,
init_function='',
internal_module=False)
internal_module=False,
install=False)

0 comments on commit 1de4390

Please sign in to comment.