Repository: lucenenet
Updated Branches:
  refs/heads/api-work 6154a1893 -> 42fb4f0a8


build\build.ps1: added TeamCity service messages to NUnit output


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

Branch: refs/heads/api-work
Commit: 42fb4f0a82d81f92ba3a84f5913e5144ce089fc9
Parents: 6154a18
Author: Shad Storhaug <[email protected]>
Authored: Tue Apr 11 00:06:12 2017 +0700
Committer: Shad Storhaug <[email protected]>
Committed: Tue Apr 11 00:06:12 2017 +0700

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


http://git-wip-us.apache.org/repos/asf/lucenenet/blob/42fb4f0a/build/build.ps1
----------------------------------------------------------------------
diff --git a/build/build.ps1 b/build/build.ps1
index dfe8b11..bd66333 100644
--- a/build/build.ps1
+++ b/build/build.ps1
@@ -111,7 +111,7 @@ task Test -description "This task runs the tests" {
                                $testExpression = 
"$tools_directory\NUnit\NUnit.ConsoleRunner.3.5.0\tools\nunit3-console.exe 
$testBinary"
                        }
 
-                       $testExpression = "$testExpression 
--result:$projectDirectory\TestResult.xml"
+                       $testExpression = "$testExpression 
--result:$projectDirectory\TestResult.xml --teamcity"
 
                        if ($where -ne $null -and (-Not 
[System.String]::IsNullOrEmpty($where))) {
                                $testExpression = "$testExpression --where 
$where"

Reply via email to