On Friday, December 7, 2012 10:48:48 AM UTC-5, Bill Trost wrote:
>
> Hi, 
>
> I need to run a set of unit tests that simply consist of seeing if 
> two files are identical. There are all kinds of Unix tools (diff, 
> cmp, comm, etc.) that can provide the basic information, but how do 
> I translate that into unit test results that Jenkins can understand 
> and display? Simply emitting XML for xUnit parser seems a bit crude. 
>

I haven't had a need to do what you're describing yet, but if I did, I'd 
probably check out the  TAP plugin for Jenkins. TAP is much simpler than 
xUnit.

<URL:https://wiki.jenkins-ci.org/display/JENKINS/TAP+Plugin>

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to