Hi Garrett,

I'm still running into this issue with LTP-20091231

Regards,
-  
Lucio Correia
Software Engineer
IBM LTC Brazil


On Fri, 2009-12-11 at 01:56 -0800, Garrett Cooper wrote:
> On Dec 10, 2009, at 3:57 PM, Mitani wrote:
> 
> > Hi,
> > 
> > I got following message when I ran test of "libevent01" with 
> > ltp-2009-12-10 cvs.
> > 
> > ------------
> > sh: run_libevent.sh: command not found
> > ------------
> > 
> > This occured because "run_libevent.sh" was not installed under the 
> > "/opt/ltp" directory, I think.
> > 
> > Certainly, this test successed when I copied 
> > "${LTPROOT}/testcases/kernel/syscalls/libevent/run_libevent.sh" file 
> > to the "/opt/ltp/testcases/bin" directory.
> > 
> > So, I want to suggest the following revision:
> > 
> > 1. Install "run_libevent.sh" to under the "/opt/ltp/testcases/bin" 
> >   directory by default.
> >  (I don't know how to revise Makefile etc.)
> > 
> > 2. Apply the following patch to "run_libevent.sh".
> > 
> > ============
> > --- run_libevent.sh 2009-11-20 04:08:36.000000000 +0900
> > +++ run_libevent.sh.new     2009-12-10 16:44:02.000000000 +0900
> > @@ -31,7 +31,7 @@
> >     tst_resm TCONF "You need to be root to run these tests"
> >     TST_EXIT=0
> > else
> > -   "$LTPROOT/testcases/bin/tests/test-libevent.sh"
> > +   "$LTPROOT/testcases/bin/libevent/test/test-libevent.sh"
> >     TST_EXIT=$?
> > fi
> > tst_cleanup
> > ============
> 
> Done -- thanks!
> -Garrett
> 
> ------------------------------------------------------------------------------
> Return on Information:
> Google Enterprise Search pays you back
> Get the facts.
> http://p.sf.net/sfu/google-dev2dev
> _______________________________________________
> Ltp-list mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/ltp-list


------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
_______________________________________________
Ltp-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ltp-list

Reply via email to