Skip to content

Commit

Permalink
Try to diagnose random rv=99 errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
notroj committed Jul 31, 2024
1 parent d284890 commit da06470
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,10 @@ for f in $*; do
:
else
RETVAL=$?
echo '->' ${HARNESS} failed ${RETVAL}
fi
done

echo "-> Finished. $RETVAL"

exit $RETVAL

0 comments on commit da06470

Please sign in to comment.