The branch, master has been updated
via 1e72fbdde00 ctdb-tests: Silence a ShellCheck warning
from c2dba1f53b2 ctdb: add tail logs option to local_daemons.sh
https://git.samba.org/?p=samba.git;a=shortlog;h=master
- Log -----------------------------------------------------------------
commit 1e72fbdde001cf384ded080ec8304a550440b3a9
Author: Martin Schwenke <[email protected]>
Date: Sat Feb 29 20:53:28 2020 +1100
ctdb-tests: Silence a ShellCheck warning
Signed-off-by: Martin Schwenke <[email protected]>
Reviewed-by: Ralph Boehme <[email protected]>
Autobuild-User(master): Ralph Böhme <[email protected]>
Autobuild-Date(master): Sat Feb 29 11:53:42 UTC 2020 on sn-devel-184
-----------------------------------------------------------------------
Summary of changes:
ctdb/tests/local_daemons.sh | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
Changeset truncated at 500 lines:
diff --git a/ctdb/tests/local_daemons.sh b/ctdb/tests/local_daemons.sh
index 6724cdb3b71..5f8bc3245ac 100755
--- a/ctdb/tests/local_daemons.sh
+++ b/ctdb/tests/local_daemons.sh
@@ -449,8 +449,9 @@ local_daemons_tail_log ()
onnode_common
- # shellcheck disable=SC2016
+ # shellcheck disable=SC2016,SC2046
# $CTDB_BASE must only be expanded under onnode, not in top-level shell
+ # Intentional word splitting to separate log filenames
tail -f $(onnode -q "$_nodes" 'echo ${CTDB_BASE}/log.ctdb')
}
--
Samba Shared Repository