File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -277,7 +277,7 @@ def test_easyconfig_locations(self):
277277 if not (dirpath .endswith ('/easybuild/easyconfigs' ) and filenames == ['TEMPLATE.eb' ]):
278278 self .assertTrue (False , "List of easyconfig files in %s is empty: %s" % (dirpath , filenames ))
279279
280- def pr_changed_files_check_sha256_checksums ( changed_ecs ):
280+ def check_sha256_checksums ( self , changed_ecs ):
281281 """Make sure changed easyconfigs have SHA256 checksums in place."""
282282
283283 # list of software for which checksums can not be required,
@@ -319,7 +319,7 @@ def test_changed_files_pull_request(self):
319319 break
320320
321321 # run checks on changed easyconfigs
322- self .pr_changed_files_check_sha256_checksums (changed_ecs )
322+ self .check_sha256_checksums (changed_ecs )
323323
324324 def test_zzz_cleanup (self ):
325325 """Dummy test to clean up global temporary directory."""
You can’t perform that action at this time.
0 commit comments