From c2ac4f63e172f341c049ebb198715c3a416b83d2 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Sun, 13 Jun 2010 12:21:57 +0200 Subject: [PATCH] oops, fix method name --- system/TestPlc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/TestPlc.py b/system/TestPlc.py index 6127da7..d61212d 100644 --- a/system/TestPlc.py +++ b/system/TestPlc.py @@ -123,7 +123,7 @@ class TestPlc: # turn off the sfa-related steps when build has skipped SFA # this is originally for centos5 as recent SFAs won't build on this platformb @staticmethod - def check_build_has_sfa (rpms_url): + def check_whether_build_has_sfa (rpms_url): retcod=os.system ("curl --silent %s/ | grep -q sfa"%rpms_url) # full builds are expected to return with 0 here if retcod!=0: -- 2.47.0