Skip to content

Commit e26a926

Browse files
author
Charlie Somerville
committed
send stderr to the log too
1 parent 3c7e56a commit e26a926

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/cibuild

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ if [ -z "$CORES" ]; then
55
fi
66

77
function Q {
8-
if ! "$@" > /tmp/ruby_ci_log; then
8+
if ! "$@" &> /tmp/ruby_ci_log; then
99
cat /tmp/ruby_ci_log
1010
exit 1
1111
fi

0 commit comments

Comments
 (0)