<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    On 12/01/2011 10:23 AM, Endi Sukma Dewata wrote:
    <blockquote cite="mid:4ED79C0B.6060708@redhat.com" type="cite">A
      custom JUnit test runner has been added to capture test results
      <br>
      and generate XML reports.
      <br>
      <br>
      Ticket #36
      <br>
      <br>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
Pki-devel mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Pki-devel@redhat.com">Pki-devel@redhat.com</a>
<a class="moz-txt-link-freetext" href="https://www.redhat.com/mailman/listinfo/pki-devel">https://www.redhat.com/mailman/listinfo/pki-devel</a>
</pre>
    </blockquote>
    Runs fine the first time, but you can't run the test twice.<br>
    <br>
    [ayoung@ayoung core]$ make test<br>
    mkdir: cannot create directory `reports': File exists<br>
    make[3]: *** [base/common/test/CMakeFiles/test-pki-common] Error 1<br>
    make[2]: *** [base/common/test/CMakeFiles/test-pki-common.dir/all]
    Error 2<br>
    make[1]: *** [CMakeFiles/test.dir/rule] Error 2<br>
    make: *** [test] Error 2<br>
    <br>
    <br>
    Do mkdir -p  instead<br>
    <br>
  </body>
</html>