kuznia-rdzeni / coreblocks

RISC-V out-of-order core for education and research purposes
https://kuznia-rdzeni.github.io/coreblocks/
BSD 3-Clause "New" or "Revised" License
33 stars 13 forks source link

Restore logging handler #716

Closed xThaid closed 1 week ago

xThaid commented 1 week ago

PR #573 accidentally broke logging by removing register_logging_handler from configure logging:

-    @pytest.fixture(autouse=True)
-    def configure_logging(self, fixture_sim_processes_to_add, register_logging_handler):
+    def configure_logging(self):

As a result, no logs were printed on the output.

I also found and removed an old print statement from test_log.py