Skip to content

Commit

Permalink
Update build_testng.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
baozhida authored Feb 28, 2017
1 parent c6a5e8f commit d2b6bfd
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions build_testng.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,8 @@
<!-- =================================================================== -->
<target name="runtestng" depends="compile">
<testng classpathref="compile.path" outputDir="report"
haltonfailure="true"
useDefaultListeners="false"
listeners="org.uncommons.reportng.HTMLReporter,org.testng.reporters.FailedReporter,org.uncommons.reportng.JUnitXMLReporter" >
listeners="org.uncommons.reportng.HTMLReporter,org.testng.reporters.FailedReporter" >
<xmlfileset dir="${basedir}" includes="testng.xml"/>
<jvmarg value="-Dfile.encoding=UTF-8" />
<sysproperty key="org.uncommons.reportng.title" value="IOSUIAutoTestReport" />
Expand All @@ -66,7 +65,6 @@

<target name="runall" depends="runtestng" description="deal the lable">
<exec executable="./bin/exec_replace.sh">
<arg value="${platform}"/>
</exec>
</target>

Expand Down

0 comments on commit d2b6bfd

Please sign in to comment.