Skip to content

Commit

Permalink
Print relayer output on test fail
Browse files Browse the repository at this point in the history
  • Loading branch information
obrok committed Dec 23, 2024
1 parent 6295ba4 commit 00cba98
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tooling-e2e-tests/utils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,8 @@ cleanup() {
if [[ "$?" -ne 0 ]]; then
echo -e "❌ Test failed. Printing output.log\n\n\n"
cat output.log
echo -e "❌ Printing shielder relayer output.log\n\n\n"
cat crates/shielder-relayer/output.log
else
log_progress "✅ Test successfully passed"
log_progress "🗒 Script output saved to output.log"
Expand Down

0 comments on commit 00cba98

Please sign in to comment.