ctdb-tests: Do not trigger ctdb_test_error() from ctdb_init()
authorMartin Schwenke <martin@meltin.net>
Mon, 6 Jul 2020 01:56:16 +0000 (11:56 +1000)
committerAmitay Isaacs <amitay@samba.org>
Wed, 22 Jul 2020 02:42:38 +0000 (02:42 +0000)
commit44e05ac8515be3220a334ae8001db83b06bec59f
tree7fe83e2964aa436f5f3314bf17ebc010ddc2c6ce
parent30293baae5f22628405d327fc0b6bae993e96cd8
ctdb-tests: Do not trigger ctdb_test_error() from ctdb_init()

The only caller calls ctdb_test_error() on failure and nesting this
calls can be confusing.  A future change will make this even more
confusing.

Signed-off-by: Martin Schwenke <martin@meltin.net>
ctdb/tests/scripts/integration.bash