Page MenuHomePhabricator

D14495.id.diff
No OneTemporary

D14495.id.diff

diff --git a/src/unit/engine/ArcanistConfigurationDrivenUnitTestEngine.php b/src/unit/engine/ArcanistConfigurationDrivenUnitTestEngine.php
--- a/src/unit/engine/ArcanistConfigurationDrivenUnitTestEngine.php
+++ b/src/unit/engine/ArcanistConfigurationDrivenUnitTestEngine.php
@@ -148,7 +148,9 @@
$all_results[] = $results;
foreach ($results as $result) {
- if ($engine->shouldEchoTestResults()) {
+ // If the proxied engine renders its own test results then there
+ // is no need to render them again here.
+ if (!$engine->shouldEchoTestResults()) {
echo $renderer->renderUnitResult($result);
}
}

File Metadata

Mime Type
text/plain
Expires
Mon, Apr 28, 8:01 PM (11 h, 30 m ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7697324
Default Alt Text
D14495.id.diff (686 B)

Event Timeline