1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-24 02:04:21 +03:00

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 <martin@meltin.net>
Reviewed-by: Amitay Isaacs <amitay@gmail.com>
This commit is contained in:
Martin Schwenke 2020-07-22 14:41:01 +10:00 committed by Martin Schwenke
parent 5707781ccf
commit 5948a57920

View File

@ -184,7 +184,7 @@ try_command_on_node ()
if $verbose ; then
echo "Output of \"$cmd\":"
cat "$outfile" || true
cat "$outfile"
fi
}