Revert "build\build.ps1: temporarily removing command to run tests so the rest 
of the code can be run on TeamCity"

This reverts commit 82cd2b990386f6135c0ae8acad108d41521614bf.


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

Branch: refs/heads/api-work
Commit: b89ca731f85cc46b4a213259ae4afb0ceb5a43af
Parents: 36390e6
Author: Shad Storhaug <[email protected]>
Authored: Sun Apr 16 17:53:41 2017 +0700
Committer: Shad Storhaug <[email protected]>
Committed: Sun Apr 16 17:53:41 2017 +0700

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


http://git-wip-us.apache.org/repos/asf/lucenenet/blob/b89ca731/build/build.ps1
----------------------------------------------------------------------
diff --git a/build/build.ps1 b/build/build.ps1
index 7baede0..bec2498 100644
--- a/build/build.ps1
+++ b/build/build.ps1
@@ -150,7 +150,7 @@ task Test -description "This task runs the tests" {
 
                        Write-Host $testExpression -ForegroundColor Magenta
 
-                       #Invoke-Expression $testExpression
+                       Invoke-Expression $testExpression
                }
        }
 }

Reply via email to