mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-11-22 06:42:41 +01:00
Adjust py.test invocation per T5973
Summary: Fixes T5973 Test Plan: how does computer Reviewers: btrahan Reviewed By: btrahan Subscribers: epriestley Maniphest Tasks: T5973 Differential Revision: https://secure.phabricator.com/D10356
This commit is contained in:
parent
f21262048f
commit
14803d3832
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ final class PytestTestEngine extends ArcanistUnitTestEngine {
|
|||
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(
|
||||
|
|
Loading…
Reference in a new issue