rex/sample/components/fail.bash

7 lines
141 B
Bash
Raw Normal View History

2021-03-25 06:13:48 +00:00
#!/usr/bin/env bash
2021-04-05 01:21:05 +00:00
echo "Failure handling test."
2021-03-25 06:13:48 +00:00
echo "This test will fail on purpose."
>&2 echo "This test is printing to stderr."
exit 1