mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
ctdb-tests: Exit on statd-callout sub-test failure
Signed-off-by: Martin Schwenke <martin@meltin.net> Reviewed-by: Amitay Isaacs <amitay@gmail.com>
This commit is contained in:
parent
2ad1604c2b
commit
11c4bb110b
@ -692,7 +692,7 @@ check_ctdb_tdb_statd_state ()
|
||||
ctdb_catdb_format_pairs | {
|
||||
ok
|
||||
simple_test_command ctdb catdb ctdb.tdb
|
||||
} || test_fail
|
||||
} || exit $?
|
||||
}
|
||||
|
||||
check_statd_callout_smnotify ()
|
||||
@ -715,7 +715,7 @@ EOF
|
||||
done | {
|
||||
ok
|
||||
simple_test_event "notify"
|
||||
} || test_fail
|
||||
} || exit $?
|
||||
}
|
||||
|
||||
######################################################################
|
||||
|
Loading…
Reference in New Issue
Block a user