Skip to content

Commit

Permalink
breaking ci lol
Browse files Browse the repository at this point in the history
  • Loading branch information
ibhatt-jumptrading committed May 15, 2024
1 parent 4402d24 commit 0f3a16b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/flamenco/runtime/tests/run_ledger_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ if [ $status -ne 0 ] || grep -q "Bank hash mismatch" $LOG;
then
if [ "$status" -eq "$EXPECTED" ]; then
echo "inverted test passed"
exit 0
exit 1
fi
tail -40 $LOG
echo_error 'ledger test failed:'
Expand Down

0 comments on commit 0f3a16b

Please sign in to comment.