summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@flameeyes.eu>2012-06-16 16:51:57 +0200
committerDiego Elio Pettenò <flameeyes@flameeyes.eu>2012-06-16 16:51:57 +0200
commitd9d2ef0a4a679ca48393abec170beec9aee0d87a (patch)
tree57b276e991fc402268d5ac8c6ab667e650861df6
parentQuiet the log sending. (diff)
downloadflameeyes-tinderbox-d9d2ef0a4a679ca48393abec170beec9aee0d87a.tar.gz
flameeyes-tinderbox-d9d2ef0a4a679ca48393abec170beec9aee0d87a.tar.bz2
flameeyes-tinderbox-d9d2ef0a4a679ca48393abec170beec9aee0d87a.zip
And use the right name.
-rwxr-xr-xbashrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/bashrc b/bashrc
index 0f81918..5bb042d 100755
--- a/bashrc
+++ b/bashrc
@@ -65,7 +65,7 @@ tinderbox_failed() {
# check if this is an automake failure and if so, get the whole log inlined
if fgrep -q "/temp/automake.out" "${PORTAGE_LOG_FILE}"; then
- cat "${T}"/automake.log
+ cat "${T}"/automake.out
fi
tinderbox_send_log