GitHub user laimis opened a pull request:
https://github.com/apache/lucenenet/pull/34
fix ProjectRootDirectory lookup
When the tests are run in TeamCity, the assembly location is this:
Z:\Builds\work\bcdbe6b8cc677a49\src\Lucene.Net.Tests\bin\Release
the "\Builds\" part was tripping up path look up logic as it would test for
presence for "build" (case invariant) and then expect that to be "\build\".
Rewrote it so that it checks first for "\build\" (instead of "build") and then
for "\bin\" as a fallback.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/laimis/lucenenet teamcity_fixes
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/lucenenet/pull/34.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #34
----
commit aa1f8b4f0e14949cb27556a4617329a5d32dbdcd
Author: Laimonas Simutis <[email protected]>
Date: 2014-12-30T22:08:08Z
fix path lookup
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---