Don't echo Boulder logs on failure. (#5290)

The extensive logs made it hard to spot the actual failure.
This commit is contained in:
Jacob Hoffman-Andrews
2017-12-04 11:20:53 -08:00
committed by Brad Warren
parent 7319cc975a
commit 73ba9af442
-8
View File
@@ -20,14 +20,6 @@ cleanup_and_exit() {
echo Kill server subprocess, left running by abnormal exit
kill $SERVER_STILL_RUNNING
fi
# Dump boulder logs in case they contain useful debugging information.
: "------------------ ------------------ ------------------"
: "------------------ begin boulder logs ------------------"
: "------------------ ------------------ ------------------"
docker logs boulder_boulder_1
: "------------------ ------------------ ------------------"
: "------------------ end boulder logs ------------------"
: "------------------ ------------------ ------------------"
if [ -f "$HOOK_DIRS_TEST" ]; then
rm -f "$HOOK_DIRS_TEST"
fi