HBASE-19014 surefire fails; When writing xml report stdout/stderr ... No such file or directory
This commit is contained in:
parent
78014fdcc0
commit
7f6ab255cd
2
pom.xml
2
pom.xml
|
@ -1312,7 +1312,7 @@
|
||||||
<it.test.jar>hbase-it-${project.version}-tests.jar</it.test.jar>
|
<it.test.jar>hbase-it-${project.version}-tests.jar</it.test.jar>
|
||||||
<annotations.test.jar>hbase-annotations-${project.version}-tests.jar</annotations.test.jar>
|
<annotations.test.jar>hbase-annotations-${project.version}-tests.jar</annotations.test.jar>
|
||||||
<shell-executable>bash</shell-executable>
|
<shell-executable>bash</shell-executable>
|
||||||
<surefire.version>2.18.1</surefire.version>
|
<surefire.version>2.20.1</surefire.version>
|
||||||
<surefire.provider>surefire-junit47</surefire.provider>
|
<surefire.provider>surefire-junit47</surefire.provider>
|
||||||
<!-- default: run small & medium, medium with 2 threads -->
|
<!-- default: run small & medium, medium with 2 threads -->
|
||||||
<surefire.skipFirstPart>false</surefire.skipFirstPart>
|
<surefire.skipFirstPart>false</surefire.skipFirstPart>
|
||||||
|
|
Loading…
Reference in New Issue