summaryrefslogtreecommitdiff
path: root/bashrc
diff options
context:
space:
mode:
Diffstat (limited to 'bashrc')
-rwxr-xr-xbashrc5
1 files changed, 5 insertions, 0 deletions
diff --git a/bashrc b/bashrc
index f84bb64..6f1ed40 100755
--- a/bashrc
+++ b/bashrc
@@ -62,6 +62,11 @@ tinderbox_failed() {
dent_me "${CATEGORY}/${PF} merge #failed$(tinderbox_stats)"
SANDBOX_ON=0 sed -i -e "\$a =${CATEGORY}/${PF}" /etc/portage/package.mask/currentrun
+ # check if this is an automake failure and if so, get the whole log inlined
+ if grep -f -q "/temp/automake.out" "${PORTAGE_LOG_FILE}"; then
+ cat "${T}"/automake.log
+ fi
+
tinderbox_send_log
}