Skip to content

Commit

Permalink
Fixes junit-teamgh-311: Fix 4.9.1 release notes, make sure markdown e…
Browse files Browse the repository at this point in the history
…rrors halt build
  • Loading branch information
dsaff committed Sep 14, 2011
1 parent e76c5f0 commit ce0195c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion build.xml
Expand Up @@ -132,7 +132,7 @@

<target name="release-notes">
<property name="basename" value="doc/ReleaseNotes${version-base}" />
<exec executable="build/Markdown.pl">
<exec executable="build/Markdown.pl" failonerror="true">
<arg file="${basename}.txt"/>
<redirector output="${basename}.html" />
</exec>
Expand Down
4 changes: 0 additions & 4 deletions doc/ReleaseNotes4.9.1.html

This file was deleted.

0 comments on commit ce0195c

Please sign in to comment.