Repository: lucenenet
Updated Branches:
  refs/heads/api-work 479e9fbf6 -> 67b133194


build\build.ps1: removed teamcity switch from nunit-console, since this makes 
it different than dotnet.exe configuration


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

Branch: refs/heads/api-work
Commit: 67b133194d488ea7a27ae39259c588633e561710
Parents: 479e9fb
Author: Shad Storhaug <[email protected]>
Authored: Wed Apr 12 18:08:05 2017 +0700
Committer: Shad Storhaug <[email protected]>
Committed: Wed Apr 12 18:08:05 2017 +0700

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


http://git-wip-us.apache.org/repos/asf/lucenenet/blob/67b13319/build/build.ps1
----------------------------------------------------------------------
diff --git a/build/build.ps1 b/build/build.ps1
index 711cfe6..d3f6ead 100644
--- a/build/build.ps1
+++ b/build/build.ps1
@@ -111,7 +111,7 @@ task Test -description "This task runs the tests" {
                                        $testBinary = 
"$binaryRoot\$testName.dll"
                                } 
 
-                               $testExpression = 
"$tools_directory\NUnit\NUnit.ConsoleRunner.3.5.0\tools\nunit3-console.exe 
$testBinary --teamcity"
+                               $testExpression = 
"$tools_directory\NUnit\NUnit.ConsoleRunner.3.5.0\tools\nunit3-console.exe 
$testBinary"
                        }
 
                        #$testResultDirectory = 
"$test_results_directory\$framework\$testName"

Reply via email to