Add a new passfailtest.
This tests that the target file isn't removed or changed if building fails.
This commit is contained in:
parent
39ef065443
commit
e8584c8d76
4 changed files with 36 additions and 1 deletions
6
t/passfail.do
Normal file
6
t/passfail.do
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
echo $$
|
||||
if [ -e pleasefail ]; then
|
||||
exit 1
|
||||
else
|
||||
exit 0
|
||||
fi
|
||||
Loading…
Add table
Add a link
Reference in a new issue