提交 33783eba 编写于 作者: C Chinmay Garde

In case of Xcodebuild errors, print the invocation and output of each step. (#2701)

上级 8ecb0157
......@@ -4,7 +4,8 @@
# found in the LICENSE file.
RunCommand() {
$@ >/dev/null
echo "♦ " $@
$@
return $?
}
......
......@@ -4,7 +4,8 @@
# found in the LICENSE file.
RunCommand() {
$@ >/dev/null
echo "♦ " $@
$@
return $?
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册