Skip to content

Commit

Permalink
verify_examples.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
phlax committed Jul 31, 2024
1 parent da71e7e commit f3dcd4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions verify_examples.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ for result in "$@"; do
RETURNS=0
if [[ $EXITCODE != 0 ]]; then
echo
echo "============= ${RED}FAILED (${NAME})${NC} ===================="
echo -e "============= ${RED}FAILED (${NAME})${NC} ===================="
tail -n+3 $result
echo "============ ${RED}/FAILED (${NAME})${NC} ===================="
echo -e "============ ${RED}/FAILED (${NAME})${NC} ===================="
echo
OUTCOME=$(fail "${TIME}" "$EXITCODE")
RETURNS=1
Expand Down

0 comments on commit f3dcd4e

Please sign in to comment.