Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
M0stafaRady committed Jul 31, 2024
1 parent 673ef28 commit c442ebe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit c442ebe

Please sign in to comment.