rex/test/components/fail.bash

7 lines
112 B
Bash
Raw Normal View History

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