ctdb-tests: Add tests for event daemon
[vlendec/samba-autobuild/.git] / ctdb / tests / run_tests.sh
index fcb4688558b64e3dfa36c4e18809411344e73eab..c39b92dcd85dccc2ace64a282fe55dc6bf1d2247 100755 (executable)
@@ -257,7 +257,7 @@ export TEST_SCRIPTS_DIR="${test_dir}/scripts"
 # If no tests specified then run some defaults
 if [ -z "$1" ] ; then
     if [ -n "$TEST_LOCAL_DAEMONS" ] ; then
-       set -- onnode takeover tool eventscripts cunit shellcheck simple
+       set -- onnode takeover tool eventscripts cunit eventd shellcheck simple
     else
        set -- simple complex
     fi