summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Green <green@moxielogic.com>2019-10-16 07:13:51 -0400
committerAnthony Green <green@moxielogic.com>2019-10-16 07:13:51 -0400
commit71eca0c18da6037f070cdb0454133485637b920b (patch)
tree3f5cbe6f41f85645da38d82c95539d964594ecff
parent3d21ebf81bfaa510598e2e3433fe5cd3b34ef179 (diff)
downloadlibffi-71eca0c18da6037f070cdb0454133485637b920b.tar.gz
Don't dump logs. Add to uudecode comment.
-rwxr-xr-x.travis/build.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/.travis/build.sh b/.travis/build.sh
index 3e5f5d3..77cfaed 100755
--- a/.travis/build.sh
+++ b/.travis/build.sh
@@ -13,12 +13,13 @@ function build_linux()
echo ================================================================
echo The logs are too long for travis to handle, so we compress and
echo uuencode them. Download, decode and uncompress if you need to
- echo read them.
+ echo read them. For example, if you select and save this text
+ echo as libffi.uu, run: 'cat libffi.uu | uudecode | gzip -d | less'.
echo ================================================================
uuencode libffi.log.gz -
echo ================================================================
echo ================================================================
- cat */testsuite/libffi.log
+
exit $EXITCODE
}