Hi!
> cleanup the confstr01.c test case.
> 

I've changed the succes message to include the confstr value as:

                                } else {
-                                       tst_resm(TPASS, "confstr %s success",
-                                                test_cases[i].name);
+                                       tst_resm(TPASS, "confstr %s = '%s'",
+                                                test_cases[i].name, buf);
                                }
                                free(buf);

And pushed both patches, thanks.

-- 
Cyril Hrubis
[email protected]

------------------------------------------------------------------------------
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349351&iu=/4140/ostg.clktrk
_______________________________________________
Ltp-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ltp-list

Reply via email to