toolkit/func/monotests.sh

8 lines
208 B
Bash
Raw Normal View History

2021-07-05 06:50:25 +00:00
#!/bin/bash
# This is used to help identify what actually failed (assuming we can't figure
# it out ourselves or don't want to run something manually)
for x in success fail; do
[ -e "$x" ] && rm "$x"
done