diff --git a/_AutoinstallCreator/test_update.py b/_AutoinstallCreator/test_update.py index 0b84338d..43c2c8a6 100644 --- a/_AutoinstallCreator/test_update.py +++ b/_AutoinstallCreator/test_update.py @@ -108,3 +108,12 @@ def test_update_to_new_version(self): timeout=10, retry_timeout=0.5, exception=OSError)) + + def tearDown(self): + if os.path.isfile(self.old_update_log_filepath): + print(f'''old_update_log_filepath: +{io_tools.read_text(self.old_update_log_filepath)}''') + + if os.path.isfile(self.update_log_filepath): + print(f'''old_update_log_filepath: +{io_tools.read_text(self.update_log_filepath)}''')