Skip to content

Commit

Permalink
MONDRIAN: Need to override the cobertura target with the test skip op…
Browse files Browse the repository at this point in the history
…tion.

[git-p4: depot-paths = "//open/mondrian-release/3.2/": change = 13960]
  • Loading branch information
lucboudreau committed Dec 7, 2010
1 parent 6c958ab commit 65a3968
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.xml
Expand Up @@ -616,6 +616,10 @@ META-INF/**"/>
<antcall target="test-nobuild"/>
</target>

<target name="cobertura" unless="tests.skip">
<antcall target="subfloor.cobertura"/>
</target>

<condition property="tests.skip" value="true">
<isset property="mondrian.tests.skip"/>
</condition>
Expand Down

0 comments on commit 65a3968

Please sign in to comment.