Properly skip t_ccache_report when no ccache (#5562)

This commit is contained in:
Geza Lore 2024-10-25 14:33:26 +01:00 committed by GitHub
parent 83081aaefc
commit 81ee89de15
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2404,8 +2404,8 @@ class VlTest:
self.error(self.top_filename + ":" + str(flineno) + self.error(self.top_filename + ":" + str(flineno) +
": Unknown CHECK request: " + line) ": Unknown CHECK request: " + line)
@staticmethod @staticproperty
def cfg_with_ccache() -> bool: def cfg_with_ccache() -> bool: # pylint: disable=no-method-argument
if VlTest._cached_cfg_with_ccache is None: if VlTest._cached_cfg_with_ccache is None:
mkf = VlTest._file_contents_static(os.environ['VERILATOR_ROOT'] + mkf = VlTest._file_contents_static(os.environ['VERILATOR_ROOT'] +
"/include/verilated.mk") "/include/verilated.mk")