1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-02-01 13:11:39 +01:00
Dan Liew 3651127acd Fix bug in test-release.sh where the script would not exit if any
of the build stages that are sent through a pipe (e.g. tee) failed.

This potentially allowed builds and/or tests to fail without anyone
noticing. It appears that for the LLVM 3.6.[01] releases this actually
happened for the Ubuntu 14.04LTS binary releases. The essence of the
issue is that without ``set -o pipefail`` the following command in bash
has a zero exit code.

false | tee /dev/null ; exit $?

llvm-svn: 241599
2015-07-07 15:50:33 +00:00
..
2014-03-29 10:18:08 +00:00
2015-06-23 20:57:26 +00:00
2014-06-08 22:29:17 +00:00
2014-10-16 20:00:02 +00:00
2013-01-02 09:10:48 +00:00
2014-01-24 17:20:08 +00:00