1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-09 09:57:48 +03:00

ctdb-tests: Define generic setup() function

Create default setup() function that aborts.  This function will be
redefined by each support script and used to do the setup.

Signed-off-by: Martin Schwenke <martin@meltin.net>
Reviewed-by: Amitay Isaacs <amitay@gmail.com>
This commit is contained in:
Martin Schwenke 2018-02-08 06:00:25 +11:00 committed by Amitay Isaacs
parent 9038759259
commit 5815c32d01

View File

@ -447,6 +447,14 @@ EOF
# Result and test functions
############################################################
setup ()
{
die "setup() is not defined"
}
# Set some globals and print the summary.
define_test ()
{