Update dist/test-standalone-scripts/Assets/Player/UnityTestRunnerAction/TestRunCallback.cs
Co-authored-by: Webber Takken <webber.nl@gmail.com>pull/219/head
parent
2d0b6ebf54
commit
b96ed7315f
|
@ -52,7 +52,7 @@ namespace UnityTestRunnerAction
|
||||||
string testResultsPath = commandLineArgs[Array.IndexOf(commandLineArgs, "-testResults") + 1];
|
string testResultsPath = commandLineArgs[Array.IndexOf(commandLineArgs, "-testResults") + 1];
|
||||||
using (var writer = XmlWriter.Create(testResultsPath, new XmlWriterSettings() { Indent = true }))
|
using (var writer = XmlWriter.Create(testResultsPath, new XmlWriterSettings() { Indent = true }))
|
||||||
{
|
{
|
||||||
// We have to manually add the outer test-run node since testResults.ToXml doesn't include it...
|
// Manually add the outer test-run node, because testResults.ToXml doesn't include it.
|
||||||
|
|
||||||
var testRunNode = new TNode(k_TestRunNode);
|
var testRunNode = new TNode(k_TestRunNode);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue