Hi!
> * Delete trace_logic that is used to debug.
> * Use test.sh script and use tst_* instead of end_testcase.
> * Delete some unuseful comments.
> 
> Signed-off-by: Zeng Linggang <zenglg...@cn.fujitsu.com>
> ---
>  testcases/network/multicast/mc_opts/mc_opts  | 164 
> ++++++---------------------
>  testcases/network/multicast/mc_opts/opts.c   |   7 +-
>  testcases/network/multicast/mc_opts/opts_e.c |   6 +-
>  3 files changed, 37 insertions(+), 140 deletions(-)
> 
> diff --git a/testcases/network/multicast/mc_opts/mc_opts 
> b/testcases/network/multicast/mc_opts/mc_opts
> index f40112c..7e99733 100755
> --- a/testcases/network/multicast/mc_opts/mc_opts
> +++ b/testcases/network/multicast/mc_opts/mc_opts
> @@ -35,142 +35,46 @@ unset LIBPATH
>  #      -Ported
>  #
>  
> #******************************************************************************
> -#Uncomment the line below for debug output.
> -#trace_logic=${trace_logic:-"set -x"}
> -$trace_logic
>  
> -if [ -z $LTPBIN ]; then
> -  PATH=../../../bin/:./:$PATH
> -fi
>  TC=mc_opts
> -TCtmp=${TCtmp:-$LTPROOT/bin/$TC$$}
> -CLEANUP=${CLEANUP:-ON}
>  EXECUTABLES=${EXECUTABLES:-"opts opts_e"}

The same applies here, it should for example be: mc_opts_helper and
mc_opts_e_helper.

-- 
Cyril Hrubis
chru...@suse.cz

------------------------------------------------------------------------------
Comprehensive Server Monitoring with Site24x7.
Monitor 10 servers for $9/Month.
Get alerted through email, SMS, voice calls or mobile push notifications.
Take corrective actions from your mobile device.
http://p.sf.net/sfu/Zoho
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list

Reply via email to