Skip to content

Commit

Permalink
Merge pull request umple#1169 from umple/ExcludeErrorOutputFromCC
Browse files Browse the repository at this point in the history
Exclude ErrorOutput tests from cc build only
  • Loading branch information
TimLethbridge authored Dec 3, 2017
2 parents 5494a7d + bb6791c commit 8ece3ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions build/_cc.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
<property name="showJunitOutput" value="false"/>
<property name="junit" value="*Test"/>
<property name="rake_cmd" value="rake"/>
<property name="excludeCompilerErrorOutput" value="true"/>

<import file="_versionNew.xml" />

Expand Down
1 change: 1 addition & 0 deletions build/build.testbed.xml
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@
<fileset dir="${project.path}/test">
<include name="**/*Test*.java"/>
<exclude name="**/AllTests.java"/>
<exclude name="**/*ErrorOutputTests.java" if="excludeCompilerErrorOutput"/>
</fileset>
</batchtest>
<classpath refid="project.classpath"/>
Expand Down

0 comments on commit 8ece3ee

Please sign in to comment.