Page MenuHomePhabricator

D14495.diff
No OneTemporary

D14495.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, May 20, 3:32 AM (3 w, 5 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6289552
Default Alt Text
D14495.diff (686 B)

Event Timeline