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.

Thanks,
Bill

Reply via email to