Page MenuHomePhabricator

D10356.id24926.diff
No OneTemporary

D10356.id24926.diff

diff --git a/src/unit/engine/PytestTestEngine.php b/src/unit/engine/PytestTestEngine.php
--- a/src/unit/engine/PytestTestEngine.php
+++ b/src/unit/engine/PytestTestEngine.php
@@ -25,7 +25,7 @@
public function buildTestFuture($junit_tmp, $cover_tmp) {
$paths = $this->getPaths();
- $cmd_line = csprintf('py.test --junitxml %s', $junit_tmp);
+ $cmd_line = csprintf('py.test --junit-xml=%s', $junit_tmp);
if ($this->getEnableCoverage() !== false) {
$cmd_line = csprintf(

File Metadata

Mime Type
text/plain
Expires
Tue, Oct 15, 12:36 AM (4 w, 1 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6710637
Default Alt Text
D10356.id24926.diff (499 B)

Event Timeline