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:
parent
5707781ccf
commit
5948a57920
@ -184,7 +184,7 @@ try_command_on_node ()
|
||||
|
||||
if $verbose ; then
|
||||
echo "Output of \"$cmd\":"
|
||||
cat "$outfile" || true
|
||||
cat "$outfile"
|
||||
fi
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user