On Thursday 27 August 2009 11:04:40 Geert Uytterhoeven wrote: > - tst_resm(TFAIL, "%s failed - errno = %d : %s > ...cmderror=%s", TCID, TEST_ERRNO, strerror(TEST_ERRNO),cmd[i]); > + tst_resm(TFAIL, "%s failed - errno = %d : %s > ...cmd=0x%x", TCID, > TEST_ERRNO, strerror(TEST_ERRNO), cmd[i]);
please use the new TTERRNO flag: tst_resm(TFAIL|TTERRNO, ....) -mike
signature.asc
Description: This is a digitally signed message part.
------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july
_______________________________________________ Ltp-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ltp-list
