Reduce travis-ci log output
authorMichael Richardson <mcr@sandelman.ca>
Tue, 6 Mar 2018 19:18:43 +0000 (14:18 -0500)
committerRichard Levitte <levitte@openssl.org>
Thu, 8 Mar 2018 20:18:35 +0000 (21:18 +0100)
Travis-ci log output is huge and overflows internal travis-ci view,
which makes it hard to find errors.
Redirect some output to a file and dump it only if it fails.
Remove "v" option from tar that builds and extracts the srcdist.
While running the tests manually, some non-POSIX (bashisms) with ==
vs = came to light.

Reviewed-by: Andy Polyakov <appro@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/5555)


No differences found