clean push

This commit is contained in:
Chris Punches
2021-03-25 02:13:48 -04:00
parent dce543a15d
commit 199d93a2b2
4 changed files with 416 additions and 0 deletions

6
test/components/fail.bash Executable file
View 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