Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F14021774
D10356.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
499 B
Referenced Files
None
Subscribers
None
D10356.diff
View Options
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
Details
Attached
Mime Type
text/plain
Expires
Thu, Nov 7, 12:02 PM (5 d, 16 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6710637
Default Alt Text
D10356.diff (499 B)
Attached To
Mode
D10356: Adjust py.test invocation per T5973
Attached
Detach File
Event Timeline
Log In to Comment