Hi Sudhir/Subrata,

Here you can find one patch which fixes an error in memory controller
testcase.


Description: The testcase return error when run `run_memctl_test.sh`
with no argument.

Signed-off By: Rishikesh K Rajak <[EMAIL PROTECTED]>
---
Index:
ltp-full-20080930/testcases/kernel/controllers/memctl/run_memctl_test.sh
===================================================================
---
ltp-full-20080930.orig/testcases/kernel/controllers/memctl/run_memctl_test.sh   
    2008-09-30 18:06:43.000000000 +0530
+++
ltp-full-20080930/testcases/kernel/controllers/memctl/run_memctl_test.sh
2008-10-02 18:50:23.000000000 +0530
@@ -39,9 +39,12 @@
 #
#
 #  12/03/08  Sudhir Kumar <[EMAIL PROTECTED]>   Created this
test       #
 #  11/05/08  Sudhir Kumar <[EMAIL PROTECTED]>   Added third
test        #
+#  02/10/08  Rishikesh    <[EMAIL PROTECTED]> removed usage
error     #
 #
#

#################################################################################

+. ./myfunctions.sh
+
 export TCID="memctl_test01-03";
 export TST_TOTAL=3;
 export TST_COUNT=1;
-------------------------------------------------------------------------
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

Reply via email to