> have no clue what it means to terminate the test run at this point. > Are there tests that haven't been run yet that won't get run if I > ctrl-C? I don't know.... >
Just to complete here, the answer is that hitting ctrl-c will terminate your ant and all the forked processes including the test that was hanging (or busy doing whatever it was doing). Yes there might be other suites still waiting to be ececuted on that jvm which was stalled. Again, this has nothing to do with the frameworj hopefully. These tests would just hang on a normal ant junit task without any feedback for the user like you...
