On Sat, 2012-08-11 at 23:37 +0800, Mike wrote:
> Hi, Lucas
> Can you see my this patch?
> I think it has some problem of tests.isic
> So I just do something to fix it

All right, applied, thanks!

> Thanks
> 在 2012-08-09四的 22:41 +0800,Mike写道:
> > Just a small change:)
> > 在 2012-08-09四的 22:40 +0800,Mike Qiu写道:
> > > Currently,it can cause some problems while configure
> > > To remove the white space to make it configure correct.
> > > 
> > > Signed-off-by: Mike Qiu <[email protected]>
> > > ---
> > >  client/tests/isic/isic.py |    2 +-
> > >  1 files changed, 1 insertions(+), 1 deletions(-)
> > > 
> > > diff --git a/client/tests/isic/isic.py b/client/tests/isic/isic.py
> > > index 5f5a6ee..9def2ef 100644
> > > --- a/client/tests/isic/isic.py
> > > +++ b/client/tests/isic/isic.py
> > > @@ -19,7 +19,7 @@ class isic(test.test):
> > >          os.chdir(self.srcdir)
> > > 
> > >          utils.system('patch -p1 < ../build-fixes.patch')
> > > -        utils.system('PREFIX=%s /deps/libnet/libnet/ ./configure' 
> > > %self.autodir)
> > > +        utils.system('PREFIX=%s/deps/libnet/libnet/ ./configure' 
> > > %self.autodir)
> > >          utils.system('make')
> > > 
> > >      def execute(self, args = '-s rand -d 127.0.0.1 -p 10000000'):
> > 
> > 
> > _______________________________________________
> > Autotest-kernel mailing list
> > [email protected]
> > https://www.redhat.com/mailman/listinfo/autotest-kernel
> 
> 


_______________________________________________
Autotest-kernel mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/autotest-kernel

Reply via email to