From: Thierry Parmentelat Date: Thu, 25 Sep 2008 20:00:51 +0000 (+0000) Subject: oops X-Git-Tag: tests-4.3-0~94 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=f5a3fc8dba7e584c3945f2009722d2a98937f25a;p=tests.git oops --- diff --git a/system/TestPlc.py b/system/TestPlc.py index 54edf55..bb8c776 100644 --- a/system/TestPlc.py +++ b/system/TestPlc.py @@ -395,7 +395,7 @@ class TestPlc: ### install_rpm def install_rpm(self): return self.run_in_guest("yum -y install myplc-native")==0 \ - and self.run_in_guest("yum -y install noderepo-%s-%s"%(self.options.pldistro,self.options.arch)) + and self.run_in_guest("yum -y install noderepo-%s-%s"%(self.options.pldistro,self.options.arch))==0 ### def configure(self):