summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@flameeyes.eu>2012-06-19 20:59:05 +0200
committerDiego Elio Pettenò <flameeyes@flameeyes.eu>2012-06-19 20:59:05 +0200
commit4eb00f71f81feb1707cdabc873c807cbdc0d414c (patch)
tree13f7df78e887d8577e5ab736353417f0adc5f95d
parentEnable fail-clean or there won't be enough space. (diff)
downloadflameeyes-tinderbox-4eb00f71f81feb1707cdabc873c807cbdc0d414c.tar.gz
flameeyes-tinderbox-4eb00f71f81feb1707cdabc873c807cbdc0d414c.tar.bz2
flameeyes-tinderbox-4eb00f71f81feb1707cdabc873c807cbdc0d414c.zip
Also cat aclocal.out if present.
-rwxr-xr-xbashrc3
1 files changed, 3 insertions, 0 deletions
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
}