add post mortem to runner.sh
This commit is contained in:
+10
-1
@@ -7,6 +7,15 @@ for TEST in ./tests/* ; do
|
|||||||
echo "success"
|
echo "success"
|
||||||
else
|
else
|
||||||
echo "failure"
|
echo "failure"
|
||||||
exit 1
|
|
||||||
|
# post mortem
|
||||||
|
echo "ls -l /var/mail"
|
||||||
|
ls -l /var/mail
|
||||||
|
echo "mailq"
|
||||||
|
mailq
|
||||||
|
echo "host example.com"
|
||||||
|
host example.com
|
||||||
|
|
||||||
|
exit 1
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|||||||
Reference in New Issue
Block a user