Hi!
> > +# Blank for an IPV4 test; 6 for an IPV6 test.
> > +TST_IPV6=
> > +
> > +tst_read_opts()
> > +{
> > +   OPTIND=0
> > +   while getopts ":6" opt; do
> > +           case "$opt" in
> > +           6)
> > +                   TST_IPV6=6;;
> > +           esac
> > +   done
> > +   OPTIND=0
> > +}
> 
> Maybe we can run the function inside test_net.sh as well. Any suggestions?

It makes sense in case that all the testcases that include the file will
run it anyway.

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

------------------------------------------------------------------------------
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=164703151&iu=/4140/ostg.clktrk
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list

Reply via email to