On Thursday 27 March 2008, Sridhar Vinay wrote: > The vmsplice01 testcase in LTP failed when run over machines with NFS > mount. However after I examined the test case I found that the testcase > performs vmsplice() and splice() system calls and it was only splice() that > caused the failure. After discussing with Subrata, we had decided that the > fact that vmsplice() succeeds must be displayed before checking if the > testcase is running over NFS and exiting. Hence I have prepared a patch > with the above details taken care of. Please review the below patch.
the idea of separating the display is OK, but using printf() is wrong. we have standard tst functions you should be using. -mike
signature.asc
Description: This is a digitally signed message part.
------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________ Ltp-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ltp-list
