From 48a60a31a907a20bbe46260ace1113001cd3c29b Mon Sep 17 00:00:00 2001 From: Geza Lore Date: Fri, 25 Oct 2024 13:27:37 +0100 Subject: [PATCH] Properly skip t_ccache_report when no ccache --- test_regress/driver.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_regress/driver.py b/test_regress/driver.py index 7d325de723..e7065fd5e9 100755 --- a/test_regress/driver.py +++ b/test_regress/driver.py @@ -2404,7 +2404,7 @@ def inline_checks(self) -> None: self.error(self.top_filename + ":" + str(flineno) + ": Unknown CHECK request: " + line) - @staticmethod + @staticproperty def cfg_with_ccache() -> bool: if VlTest._cached_cfg_with_ccache is None: mkf = VlTest._file_contents_static(os.environ['VERILATOR_ROOT'] +