From 9d2bb17d05bdefae8fa062771b236498dc8b6cf5 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Thu, 25 Sep 2008 19:55:21 +0000 Subject: [PATCH] compute nodefamily locally --- system/TestPlc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/TestPlc.py b/system/TestPlc.py index 3e32191..54edf55 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-$(cat /etc/nodefamily)") + and self.run_in_guest("yum -y install noderepo-%s-%s"%(self.options.pldistro,self.options.arch)) ### def configure(self): -- 2.47.0