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
============


Regards--

-Tomonori MItani



------------------------------------------------------------------------------
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

Reply via email to