Skip to content
This repository was archived by the owner on Sep 7, 2022. It is now read-only.

Commit 3e657e9

Browse files
author
Jeff Verkoeyen
committed
Use the correct stderr output when testing fails.
1 parent 2d3c03f commit 3e657e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

engine/XcodeUnitTestEngine.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ public function run() {
133133
if ($builderror !== 0 && $builderror !== 65) {
134134
return array(id(new ArcanistUnitTestResult())
135135
->setName("Xcode test engine")
136-
->setUserData($this->stderr)
136+
->setUserData($xcbuild_stderr)
137137
->setResult(ArcanistUnitTestResult::RESULT_BROKEN));
138138
}
139139

0 commit comments

Comments
 (0)