Skip to content

Commit

Permalink
echo something on failure
Browse files Browse the repository at this point in the history
  • Loading branch information
maximpertsov committed Oct 21, 2024
1 parent b80bc83 commit 7823b6a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions first_run.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/usr/bin/env bash

if [[ -n "$VIAM_TEST_FAIL_RUN_FIRST" ]]; then
echo "Sorry, I've failed you."
exit 1
fi

Expand Down

0 comments on commit 7823b6a

Please sign in to comment.