On Tue, 2008-09-02 at 19:55 -0700, Matt Helsley wrote: > On Tue, 2008-09-02 at 19:50 -0700, Matt Helsley wrote: > > <snip> > > > > Rishi > > > > I'd guess LTPROOT is being setup by the connectors test scripts > > improperly. Please give this patch a try -- I haven't tested it myself > > yet. > > > > The patch does some additional unrelated cleanup which should be ok for > > testing purposes. It will need to be split up for submission... > > > > Signed-off-by: Matt Helsley <[EMAIL PROTECTED]> > > <snip> > > I just noticed Li's email. Li has an excellent point. You need to add > 'connectors' to the end of the SUBDIRS variable in > testcases/kernel/Makefile before doing: >
Yes, Both Matt and Li are correct. When i checked in Process Event Connectors test cases in LTP, they were not made to run by default. Not only that, they will neither be built nor installed with make. So, the runltp script doesn´t contain to include runtest/connectors. You must have executed: ./runltp -f connectors, which will always give you execve() fail as there are no binaries to execute as they were not built or installed in the first place. Now, the reason for Connectors not being part of default LTP run was because a suitable mechanism to detect whether the underlying kernel supports PEC was not arrived upon. Recently Li has submitted a patch in the regard to LKML, which i suppose has already gone in. Li will be re-visiting the PEC test cases infrastructure to make it build/install/run by default and also take care of underlying support stuff. Hope that clarifies your doubt. Regards-- Subrata. > make ; make install ; runltp -s Connectors > > If that fixes it for you feel free to completely ignore my patch :). > > Cheers, > -Matt > ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Ltp-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ltp-list
