From d7b9830a34214a954b7eb7baf7af4e395e671543 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Sun, 13 Jun 2010 15:29:13 +0200 Subject: [PATCH] oops again --- system/TestMain.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/TestMain.py b/system/TestMain.py index 440f9ee..27feca2 100755 --- a/system/TestMain.py +++ b/system/TestMain.py @@ -187,7 +187,7 @@ steps refer to a method in TestPlc or to a step_* module utils.header('* Using %s = %s'%(recname,getattr(self.options,recname))) # hack : if sfa is not among the published rpms, skip these tests - TestPlc.check_whether_build_has_sfa(options.arch_rpms_url) + TestPlc.check_whether_build_has_sfa(self.options.arch_rpms_url) # steps if not self.options.steps: -- 2.47.0