Fix case of TestNG attribute (docs are wrong)
This commit is contained in:
parent
3828139ed0
commit
844b8182a4
@ -173,7 +173,7 @@
|
||||
<taskdef resource="testngtasks" classpath="${server.tests.lib.dir}/testng-6.8.jar"/>
|
||||
<mkdir dir="${build.dir}/server_tests"/>
|
||||
<target name="server_test" depends="build_tests">
|
||||
<testng haltonfailure=true workingdir="${build.dir}/server_tests"
|
||||
<testng haltOnFailure="true" workingdir="${build.dir}/server_tests"
|
||||
listener="org.testng.reporters.DotTestListener" excludedgroups="broken"
|
||||
classpathref="tests.class.path">
|
||||
<xmlfileset file="${server.tests.dir}/conf/tests.xml"/>
|
||||
|
Loading…
Reference in New Issue
Block a user