From 4eb00f71f81feb1707cdabc873c807cbdc0d414c Mon Sep 17 00:00:00 2001 From: Diego Elio Pettenò Date: Tue, 19 Jun 2012 20:59:05 +0200 Subject: Also cat aclocal.out if present. --- bashrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bashrc b/bashrc index 5bb042d..4ad5bba 100755 --- a/bashrc +++ b/bashrc @@ -67,6 +67,9 @@ tinderbox_failed() { if fgrep -q "/temp/automake.out" "${PORTAGE_LOG_FILE}"; then cat "${T}"/automake.out fi + if fgrep -q "/temp/aclocal.out" "${PORTAGE_LOG_FILE}"; then + cat "${T}"/aclocal.out + fi tinderbox_send_log } -- cgit v1.2.3-65-gdbad