<div dir="ltr"><font color="#9900ff">>>  >> +++ b/testsuites/libtests/can01/init.c<br>>>  >> @@ -48,7 +48,7 @@<br>>>  >>                     if (c3 == '9') {     \<br>>>  >>                       if (c2 == 'z') {   \<br>>>  >>                         if (c1 == 'z') { \<br>>>  >> -                         printf("not enough task letters for names<br>>> !!!\n"); \<br>>>  >> +                         CAN_ERR("not enough task letters for names<br>>> !!!\n"); \<br>>>  ><br>>>  >I don't think the print statements need to be macro'd in your test, so<br>>>  >long as they only get printed when the test fails. When it's passing,<br>>>  >then we would prefer it be quiet.<br>>><br>>>     The CAN_ERR expands to printing the file name, line number, thread<br>>>     id and error message.<br>>><br>>>     Can we have this information printed by expanded macro or change to<br>>>     printf?<br>><br>>The RTEMS Test Framework does all this. Why do we have to implement<br>>things specifically for this test?</font><br><blockquote style="margin:0 0 0 40px;border:none;padding:0px">Ok, updating CAN_ERR to printf.<br><br></blockquote>Regards<div>Prashanth S</div></div>