Browse Source

Continue running other tests even if checkstyle fails (#9065)

Change-Id: I9317f20c01f1bee28d4b0b33615b2f34f46e3850
tags/7.0.0.rc1
Leif Åstrand 11 years ago
parent
commit
25044914ac
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      common.xml

+ 1
- 1
common.xml View File

@@ -363,7 +363,7 @@
<property name="result.dir.full" location="${result.dir}"/>
<mkdir dir="${result.dir}" />
<echo>##teamcity[importData type='checkstyle' path='${result.dir.full}/checkstyle-errors.xml']</echo>
<cs:checkstyle config="${cs.xml}" failOnViolation="true">
<cs:checkstyle config="${cs.xml}">
<fileset dir="${cs.src}" includes="**/*.java" />
<formatter type="xml" toFile="${result.dir}/checkstyle-errors.xml"/>
<property key="checkstyle.header.file" file="${cs.header-file}" />

Loading…
Cancel
Save