diff --git a/cocotb/caravel_cocotb/scripts/verify_cocotb/RunRegression.py b/cocotb/caravel_cocotb/scripts/verify_cocotb/RunRegression.py index bcf7c9c..1bb89f8 100644 --- a/cocotb/caravel_cocotb/scripts/verify_cocotb/RunRegression.py +++ b/cocotb/caravel_cocotb/scripts/verify_cocotb/RunRegression.py @@ -237,7 +237,7 @@ def test_run_function(self, test): self.update_run_log() self.update_live_table() RunTest(self.args, self.paths, test, self.logger).run_test() - if not self.compile_only: + if not self.args.compile_only: self.update_run_log() self.update_live_table() if self.args.progress: