Repository: lucenenet
Updated Branches:
  refs/heads/api-work e8176318c -> 0f707b8cc


build\build.ps1: saving test results in project directory in addition to 
release directory


Project: http://git-wip-us.apache.org/repos/asf/lucenenet/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucenenet/commit/0f707b8c
Tree: http://git-wip-us.apache.org/repos/asf/lucenenet/tree/0f707b8c
Diff: http://git-wip-us.apache.org/repos/asf/lucenenet/diff/0f707b8c

Branch: refs/heads/api-work
Commit: 0f707b8cc845a1b957577cf5cc3b349c2a9ffc03
Parents: e817631
Author: Shad Storhaug <[email protected]>
Authored: Wed Apr 12 15:41:56 2017 +0700
Committer: Shad Storhaug <[email protected]>
Committed: Wed Apr 12 15:41:56 2017 +0700

----------------------------------------------------------------------
 build/build.ps1 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucenenet/blob/0f707b8c/build/build.ps1
----------------------------------------------------------------------
diff --git a/build/build.ps1 b/build/build.ps1
index 502684b..9079a09 100644
--- a/build/build.ps1
+++ b/build/build.ps1
@@ -117,7 +117,7 @@ task Test -description "This task runs the tests" {
                        $testResultDirectory = 
"$test_results_directory\$framework\$testName"
                        Ensure-Directory-Exists $testResultDirectory
 
-                       $testExpression = "$testExpression 
--result:$testResultDirectory\TestResult.xml"
+                       $testExpression = "$testExpression 
--result:$testResultDirectory\TestResult.xml 
--result:$projectDirectory\TestResult.xml"
 
                        if ($where -ne $null -and (-Not 
[System.String]::IsNullOrEmpty($where))) {
                                $testExpression = "$testExpression --where 
$where"

Reply via email to