Don't halt for failure or error on DuffPaneTest; it requires a headed display.
This commit is contained in:
parent
a7f0c35738
commit
f95240890c
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@
|
||||||
<!-- This creates output files TEST* in the Jskad/ directory. -->
|
<!-- This creates output files TEST* in the Jskad/ directory. -->
|
||||||
<target name="run-headed-junit-tests"
|
<target name="run-headed-junit-tests"
|
||||||
description="Assuming that compilation of appropriate classes has been done, this target runs all the JUnit tests in the project.">
|
description="Assuming that compilation of appropriate classes has been done, this target runs all the JUnit tests in the project.">
|
||||||
<junit fork="no" printsummary="yes" haltonfailure="yes" haltonerror="no">
|
<junit fork="no" printsummary="yes" haltonfailure="no" haltonerror="no">
|
||||||
<!-- we don't halt on error because you get an error when you run
|
<!-- we don't halt on error because you get an error when you run
|
||||||
on a headless display -->
|
on a headless display -->
|
||||||
<classpath>
|
<classpath>
|
||||||
|
|
Loading…
Reference in a new issue