korosh afshar wrote:
Sorry, I figured this out by looking at test-reports directory and saw a *.txt file there for the test failure message and stack trace.
where do I look to change this junit configuration in merlin to spit out the message in console instead of the log file ?
create a file called merlin.properties in the ${basedir} and add the following properties:
merlin.info = true merlin.debug = true
that didn't do it for me.
That's because I missunderstood the question. (sorry about that)
I did find out after reading through more of maven documentation, that when I run maven with the test:single target giving it -Dtestcase argument, then the failure message shows up in the console upon assertion failure.
Cheers, Steve.
-- |------------------------------------------------| | Magic by Merlin | | Production by Avalon | | | | http://avalon.apache.org/merlin | | http://dpml.net/ | |------------------------------------------------|
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]