There was an error while loading. Please reload this page.
1 parent 3c7e56a commit e26a926Copy full SHA for e26a926
script/cibuild
@@ -5,7 +5,7 @@ if [ -z "$CORES" ]; then
5
fi
6
7
function Q {
8
- if ! "$@" > /tmp/ruby_ci_log; then
+ if ! "$@" &> /tmp/ruby_ci_log; then
9
cat /tmp/ruby_ci_log
10
exit 1
11
0 commit comments