diff options
author | Diego Elio Pettenò <flameeyes@flameeyes.eu> | 2012-06-19 20:59:05 +0200 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@flameeyes.eu> | 2012-06-19 20:59:05 +0200 |
commit | 4eb00f71f81feb1707cdabc873c807cbdc0d414c (patch) | |
tree | 13f7df78e887d8577e5ab736353417f0adc5f95d | |
parent | Enable fail-clean or there won't be enough space. (diff) | |
download | flameeyes-tinderbox-4eb00f71f81feb1707cdabc873c807cbdc0d414c.tar.gz flameeyes-tinderbox-4eb00f71f81feb1707cdabc873c807cbdc0d414c.tar.bz2 flameeyes-tinderbox-4eb00f71f81feb1707cdabc873c807cbdc0d414c.zip |
Also cat aclocal.out if present.
-rwxr-xr-x | bashrc | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 } |