Skip to content

Commit

Permalink
Properly skip t_ccache_report when no ccache
Browse files Browse the repository at this point in the history
  • Loading branch information
gezalore committed Oct 25, 2024
1 parent 83081aa commit 48a60a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_regress/driver.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'] +
Expand Down

0 comments on commit 48a60a3

Please sign in to comment.