Is your situation:
<target name="blah">
<testspec>
//content
<followframe ...> (This line fails, causing this testspec to fail)
</testspec>
<testspec>
//another test
</testspec>
</target>
And your second step is failing to run because the first step threw an
exception, which made ant bomb out and the second testspec doesn't get run?
#####################################################################################
This email has been scanned by MailMarshal, an email content filter.
#####################################################################################