--
You received this message because you are subscribed to the Google Groups "mxunit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mxunit+un...@googlegroups.com.
To post to this group, send email to mxu...@googlegroups.com.
Visit this group at http://groups.google.com/group/mxunit?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
Hi all,Hopefully someone here can help clear things up. I'm using the MXUnit ANT task to run my tests via Jenkins and even though some tests are failing, the ANT script seems to indicate back to Jenkins that everything's fine, so the build is marked as successful...
Can anyone tell me what I'm doing wrong?Thanks,Adam
--
You received this message because you are subscribed to the Google Groups "mxunit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mxunit+un...@googlegroups.com.
To post to this group, send email to mxu...@googlegroups.com.
Visit this group at http://groups.google.com/group/mxunit?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
Chuck Norris can write multi-threaded applications with a single thread.
Cheers,
Harry
Jim, thanks a lot for following up on this so quickly!
--
You received this message because you are subscribed to the Google Groups "mxunit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mxunit+un...@googlegroups.com.
To post to this group, send email to mxu...@googlegroups.com.
Visit this group at http://groups.google.com/group/mxunit?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
I feel obliged to ask why isn't there a Chuck Norris plugin included here?Surely everyone knows that Chuck Norris makes EVERYTHING better, don't they?Gavin.--
On Wednesday, March 27, 2013 3:52:24 AM UTC+11, Adam Tuttle wrote:
You received this message because you are subscribed to the Google Groups "mxunit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mxunit+un...@googlegroups.com.
To post to this group, send email to mxu...@googlegroups.com.
Visit this group at http://groups.google.com/group/mxunit?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
Adam, do you still need this?
--
You received this message because you are subscribed to the Google Groups "mxunit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mxunit+un...@googlegroups.com.
To post to this group, send email to mxu...@googlegroups.com.
Visit this group at http://groups.google.com/group/mxunit?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
Also, I'm like some kind of savANT (ha!), and can share some of the
tricks I've come up with-- for example, when there's an error with a
test run, my script loops through all the logs and outputs what is in
them (last X lines) to the build log, so you can see what is going on
from the build results vs. looking into log files manually-- and I have
oodles of stuff like that, because I'm criminally lazy. ;]
:Denny
--
"HAVE PATIENCE" is the favourite word of LAZY PEOPLE
- unknown
Adam, we have two types of output in play here: the very simple summary output that is returned by the ant task via a couple of properties, and the junit XML. Are you saying that you want more information in the simple properties, or in the XML?Or, perhaps put a better way: where do you want to see more detail?Thanks,Marc
--
You received this message because you are subscribed to the Google Groups "mxunit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mxunit+un...@googlegroups.com.
To post to this group, send email to mxu...@googlegroups.com.
Visit this group at http://groups.google.com/group/mxunit?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
April 11, 2013 1:31 PM