Merge pull request #2946 from avagin:travis-pipefail

PiperOrigin-RevId: 315972822
This commit is contained in:
gVisor bot
2020-06-11 14:04:26 -07:00
+1 -1
View File
@@ -16,7 +16,7 @@ script:
# On arm64, we need to create our own pipes for stderr and stdout,
# otherwise we will not be able to open /dev/stderr. This is probably
# due to AppArmor rules.
- uname -a && make smoke-test 2>&1 | cat
- bash -xeo pipefail -c 'uname -a && make smoke-test 2>&1 | cat'
branches:
except:
# Skip copybara branches.