Page MenuHomePhabricator

XUnitTestEngine ignores failures for xUnit 2.0
Open, Needs TriagePublic

Description

XUnitTestEngine uses parameter /xml to speficy output file for xunit runs. It happens that, at least for xunit 2.0, /xml is not supported. It fails with:

error: file not found: /xml

It should be using -xml (with dash instead of forward slash).

Event Timeline

igorgatis raised the priority of this task from to Needs Triage.
igorgatis updated the task description. (Show Details)
igorgatis added a subscriber: hach-que.
igorgatis added a subscriber: igorgatis.

@hach-que you might be interested on this.