Fix creation of last_run.log for non automatic tests
During non automatic tests (these one run without pytest
framework, just bare python script) last_run.log file was not created in the generated/
directory. It is fixed now by this MR.
During non automatic tests (these one run without pytest
framework, just bare python script) last_run.log file was not created in the generated/
directory. It is fixed now by this MR.