Hi! > Signed-off-by: Simon Xu <[email protected]> > --- > testcases/network/multicast/mc_cmds/mc_cmds | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/testcases/network/multicast/mc_cmds/mc_cmds > b/testcases/network/multicast/mc_cmds/mc_cmds > index e9b7bb5..47bd4b9 100755 > --- a/testcases/network/multicast/mc_cmds/mc_cmds > +++ b/testcases/network/multicast/mc_cmds/mc_cmds > @@ -127,7 +127,8 @@ for eth in $IFNAME > cat /proc/sys/net/ipv4/icmp_echo_ignore_broadcasts | grep 1 > /dev/null > if [ $? -eq 0 ] > then > - end_testcase "Multicast ping disabled on this system (this is normal > on post year:2005 kernels)" > + tst_resm TINFO "Multicast ping disabled on this system (this is > normal on post year:2005 kernels)" > + exit 0
This should be TCONF. -- Cyril Hrubis [email protected] ------------------------------------------------------------------------------ November Webinars for C, C++, Fortran Developers Accelerate application performance with scalable programming models. Explore techniques for threading, error checking, porting, and tuning. Get the most from the latest Intel processors and coprocessors. See abstracts and register http://pubads.g.doubleclick.net/gampad/clk?id=60136231&iu=/4140/ostg.clktrk _______________________________________________ Ltp-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ltp-list
