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:
parent
9038759259
commit
5815c32d01
@ -447,6 +447,14 @@ EOF
|
||||
|
||||
# Result and test functions
|
||||
|
||||
|
||||
############################################################
|
||||
|
||||
setup ()
|
||||
{
|
||||
die "setup() is not defined"
|
||||
}
|
||||
|
||||
# Set some globals and print the summary.
|
||||
define_test ()
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user