Repository: lucenenet Updated Branches: refs/heads/api-work 0f707b8cc -> 479e9fbf6
Reverting back to original scheme of putting the test results in the project directory Project: http://git-wip-us.apache.org/repos/asf/lucenenet/repo Commit: http://git-wip-us.apache.org/repos/asf/lucenenet/commit/479e9fbf Tree: http://git-wip-us.apache.org/repos/asf/lucenenet/tree/479e9fbf Diff: http://git-wip-us.apache.org/repos/asf/lucenenet/diff/479e9fbf Branch: refs/heads/api-work Commit: 479e9fbf6a7311a8d287c8eba4caa83773dad2fa Parents: 0f707b8 Author: Shad Storhaug <[email protected]> Authored: Wed Apr 12 16:21:11 2017 +0700 Committer: Shad Storhaug <[email protected]> Committed: Wed Apr 12 16:21:11 2017 +0700 ---------------------------------------------------------------------- build/build.ps1 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/lucenenet/blob/479e9fbf/build/build.ps1 ---------------------------------------------------------------------- diff --git a/build/build.ps1 b/build/build.ps1 index 9079a09..711cfe6 100644 --- a/build/build.ps1 +++ b/build/build.ps1 @@ -114,10 +114,10 @@ task Test -description "This task runs the tests" { $testExpression = "$tools_directory\NUnit\NUnit.ConsoleRunner.3.5.0\tools\nunit3-console.exe $testBinary --teamcity" } - $testResultDirectory = "$test_results_directory\$framework\$testName" - Ensure-Directory-Exists $testResultDirectory + #$testResultDirectory = "$test_results_directory\$framework\$testName" + #Ensure-Directory-Exists $testResultDirectory - $testExpression = "$testExpression --result:$testResultDirectory\TestResult.xml --result:$projectDirectory\TestResult.xml" + $testExpression = "$testExpression --result:$projectDirectory\TestResult.xml" if ($where -ne $null -and (-Not [System.String]::IsNullOrEmpty($where))) { $testExpression = "$testExpression --where $where"
