On Thu, Oct 02, 2008 at 07:00:55PM +0530, Rishikesh K. Rajak wrote:
> 
> 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
> +
Seems you did not have a proper look on the test file. This patch is
invalid as this file already contain the line added by your patch. You
can find the below line i the same file.
. myfunctions.sh
#################################################################################
#   ****************************** WARNING
*********************************    #
# User can change the parameters in different cases below but before
doing      #
# any change user is supposed to know what he is doing. At any point
when       # etc...

>  export TCID="memctl_test01-03";
>  export TST_TOTAL=3;
>  export TST_COUNT=1;

-- 
Regards
Sudhir Kumar
Linux Technology Center
IBM, India.

-------------------------------------------------------------------------
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
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list

Reply via email to