[Pki-devel] [PATCH] 2 Added JUnit report generator.

Adam Young ayoung at redhat.com
Thu Dec 1 19:14:30 UTC 2011


On 12/01/2011 02:06 PM, Adam Young wrote:
> On 12/01/2011 10:23 AM, Endi Sukma Dewata wrote:
>> A custom JUnit test runner has been added to capture test results
>> and generate XML reports.
>>
>> Ticket #36
>>
>>
>>
>> _______________________________________________
>> Pki-devel mailing list
>> Pki-devel at redhat.com
>> https://www.redhat.com/mailman/listinfo/pki-devel
> Runs fine the first time, but you can't run the test twice.
>
> [ayoung at ayoung core]$ make test
> mkdir: cannot create directory `reports': File exists
> make[3]: *** [base/common/test/CMakeFiles/test-pki-common] Error 1
> make[2]: *** [base/common/test/CMakeFiles/test-pki-common.dir/all] Error 2
> make[1]: *** [CMakeFiles/test.dir/rule] Error 2
> make: *** [test] Error 2
>
>
> Do mkdir -p  instead
>
>
>
> _______________________________________________
> Pki-devel mailing list
> Pki-devel at redhat.com
> https://www.redhat.com/mailman/listinfo/pki-devel
Also,  the recompile doesn't seem to be getting triggered.  I added a 
fail(); to a test .java file  to trigger an exception,  and nothing 
happened,  then I ran make all  and the make test and saw the stack 
trace.   REmoving it, same thing.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listman.redhat.com/archives/pki-devel/attachments/20111201/d990b6ac/attachment.htm>


More information about the Pki-devel mailing list