1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-05 09:18:06 +03:00
samba-mirror/ctdb/tests/UNIT
Martin Schwenke 3df39aa7fb ctdb-scripts: Avoid ShellCheck warning SC2164
SC2164 (warning): Use 'cd ... || exit' or 'cd ... || return' in case cd fails.

A problem can only occur if /etc/ctdb/ or an important subdirectory is
removed, which means the script itself would not be found.  Use && to
silence ShellCheck.

Signed-off-by: Martin Schwenke <martin@meltin.net>
Reviewed-by: Amitay Isaacs <amitay@gmail.com>
2022-07-22 06:38:32 +00:00
..
cunit ctdb-tests: Use test_case() to help document test cases 2022-05-03 09:19:31 +00:00
eventd ctdb-common: Use Samba's DEBUG_FILE logging 2022-01-17 03:43:30 +00:00
eventscripts ctdb-tests: Do not require eval tricks for faking NFS callout 2022-06-24 09:49:33 +00:00
onnode ctdb-tests: Prefix remaining environment variables with CTDB_ 2019-10-22 19:39:41 +00:00
shellcheck ctdb-scripts: Avoid ShellCheck warning SC2164 2022-07-22 06:38:32 +00:00
takeover ctdb-tests: Move takeover tests to UNIT/ subdirectory 2019-09-26 04:45:36 +00:00
takeover_helper ctdb-tests: Prefix remaining environment variables with CTDB_ 2019-10-22 19:39:41 +00:00
tool ctdb-tests: Add new tool unit tests to cover UNKNOWN state 2022-06-28 10:16:59 +00:00