Peter, Could it be you have redirectTestOutputToFile set to true?
http://maven.apache.org/plugins/maven-surefire-plugin/test-mojo.html#redirectTestOutputToFile /James -----Original Message----- From: Peter Niederwieser [mailto:[email protected]] Sent: 06 June 2010 22:22 To: [email protected] Subject: Re: Command line output when running JUnit 4 test suite klauer wrote: > > The Maven Surefire plugin allows you to explicitly set a single test or > set of tests using wildcard matching: > I'm aware of -Dtest, but that's not what I want. klauer wrote: > And as for your "better command line output", why not just use the > command line > to output the test right there: > mvn test -Dtest=MyTest; cat > target/surefire-reports/com.thing....MyTest.txt > This will only give me feedback (plus lots of noise) once the whole suite has completed, which is exactly what I'm trying to avoid. Cheers, Peter -- View this message in context: http://old.nabble.com/Command-line-output-when-running-JUnit-4-test-suite-tp28786362p28793392.html Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] ************************************************************************************** This message is confidential and intended only for the addressee. If you have received this message in error, please immediately notify the [email protected] and delete it from your system as well as any copies. The content of e-mails as well as traffic data may be monitored by NDS for employment and security purposes. To protect the environment please do not print this e-mail unless necessary. NDS Limited. Registered Office: One London Road, Staines, Middlesex, TW18 4EX, United Kingdom. A company registered in England and Wales. Registered no. 3080780. VAT no. GB 603 8808 40-00 ************************************************************************************** --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
