mirror of https://github.com/apache/lucene.git
LUCENE-3323: changed JUnit CWD from test output directory to test/ under the build directory, to enable all tests to pass
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1147502 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
37d89927cb
commit
06891eec12
|
@ -432,9 +432,9 @@
|
|||
<version>2.7.1</version>
|
||||
<configuration>
|
||||
<reportFormat>plain</reportFormat>
|
||||
<workingDirectory>${project.build.testOutputDirectory}</workingDirectory>
|
||||
<workingDirectory>${project.build.directory}/test</workingDirectory>
|
||||
<systemPropertyVariables>
|
||||
<tempDir>temp</tempDir>
|
||||
<tempDir>.</tempDir>
|
||||
<jetty.testMode>1</jetty.testMode>
|
||||
<tests.codec>${tests.codec}</tests.codec>
|
||||
<tests.directory>${tests.directory}</tests.directory>
|
||||
|
|
Loading…
Reference in New Issue