From: Martin Schwenke Date: Wed, 22 Jul 2020 04:43:28 +0000 (+1000) Subject: Revert "ctdb-tests: Drop unreachable line" X-Git-Tag: talloc-2.3.2~1027 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a694c07126e0dacb3bd30502e83264ffef98e0c0;p=thirdparty%2Fsamba.git Revert "ctdb-tests: Drop unreachable line" Fix missing Reviewed-by: tag. This reverts commit a55dd6f17b6d65db77bcd4f5a011e9aef64729e5. Signed-off-by: Martin Schwenke Reviewed-by: Amitay Isaacs --- diff --git a/ctdb/tests/UNIT/shellcheck/scripts/local.sh b/ctdb/tests/UNIT/shellcheck/scripts/local.sh index a842fd4ae51..c069314b0aa 100644 --- a/ctdb/tests/UNIT/shellcheck/scripts/local.sh +++ b/ctdb/tests/UNIT/shellcheck/scripts/local.sh @@ -32,5 +32,6 @@ shellcheck_test () unit_test shellcheck --exclude="$_excludes" "$@" else ctdb_test_skip "shellcheck not installed" + unit_test true fi }