clean push
This commit is contained in:
6
test/components/fail.bash
Executable file
6
test/components/fail.bash
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
echo "This test will fail on purpose."
|
||||
>&2 echo "This test is printing to stderr."
|
||||
exit 1
|
||||
|
||||
Reference in New Issue
Block a user