oops again
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Sun, 13 Jun 2010 13:29:13 +0000 (15:29 +0200)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Sun, 13 Jun 2010 13:29:13 +0000 (15:29 +0200)
system/TestMain.py

index 440f9ee..27feca2 100755 (executable)
@@ -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: