Skip to content

Commit

Permalink
Avoid incorrectly running jfx test.
Browse files Browse the repository at this point in the history
  • Loading branch information
tgvaughan committed Mar 19, 2024
1 parent 48cb267 commit dec253c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,7 @@
<batchtest fork="yes" todir="${test-reports}">
<fileset dir="${test}">
<include name="**/*Test.java"/>
<exclude name="test/beast/app/beauti/*Test.java"/>
</fileset>
<formatter type="plain"/>
<!--formatter type="plain" usefile="false"/--> <!-- to screen -->
Expand Down

0 comments on commit dec253c

Please sign in to comment.