diff options
author | Martin Schwenke <martin@meltin.net> | 2018-10-11 21:55:10 +1100 |
---|---|---|
committer | Amitay Isaacs <amitay@samba.org> | 2018-11-06 07:16:17 +0100 |
commit | 19de5f463d97673a15fecb97af84fc9c288af8ee (patch) | |
tree | b1db2e868d5902bda09cc5ba86d547121f314d1c /ctdb/wscript | |
parent | 46fd4f144e7c881887db0deca0ae3b340e19afb3 (diff) | |
download | samba-19de5f463d97673a15fecb97af84fc9c288af8ee.tar.gz |
ctdb-tests: Use local_daemons.sh in local_daemons.bash
The etc-ctdb/ subdirectory containing the event script moves into the
top-level tests/ directory because the subdirectory is really now
owned by local_daemons.sh instead of simple/.
Signed-off-by: Martin Schwenke <martin@meltin.net>
Reviewed-by: Amitay Isaacs <amitay@gmail.com>
Diffstat (limited to 'ctdb/wscript')
-rw-r--r-- | ctdb/wscript | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ctdb/wscript b/ctdb/wscript index e8e8e4d290e..baf660fadf6 100644 --- a/ctdb/wscript +++ b/ctdb/wscript @@ -1051,6 +1051,7 @@ def build(bld): 'complex', 'ctdb_eventd', 'cunit', + 'etc-ctdb', 'eventd', 'eventscripts', 'onnode', |