From 5948a57920c5c439802150b2b894b3d27a68d671 Mon Sep 17 00:00:00 2001 From: Martin Schwenke Date: Wed, 22 Jul 2020 14:41:01 +1000 Subject: [PATCH] Revert "ctdb-tests: Stop cat command failure from causing test failure" Fix missing Reviewed-by: tag. This reverts commit 5707781ccf682d95a5a05a7c3e00a43003dbe62e. Signed-off-by: Martin Schwenke Reviewed-by: Amitay Isaacs --- ctdb/tests/scripts/integration.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ctdb/tests/scripts/integration.bash b/ctdb/tests/scripts/integration.bash index cff2903b339..9b297313c8b 100644 --- a/ctdb/tests/scripts/integration.bash +++ b/ctdb/tests/scripts/integration.bash @@ -184,7 +184,7 @@ try_command_on_node () if $verbose ; then echo "Output of \"$cmd\":" - cat "$outfile" || true + cat "$outfile" fi }