reverted wrong fix

This commit is contained in:
Mikhail Ryzhov 2023-08-29 11:48:22 +02:00
parent 2d688692f8
commit 65377ce4ef
2 changed files with 3 additions and 2 deletions

View File

@ -657,8 +657,8 @@ class TestParallelRunner:
if test_cnt_real < test_cnt_expected:
logger.error(f"Number of {self._split_unit}s in {log}: {test_cnt_real}. Expected is {test_cnt_expected} {self._split_unit}")
# else:
# os.remove(log_filename)
else:
os.remove(log_filename)
if len(list(Path(os.path.join(self._working_dir, "temp")).rglob("log_*.log"))) == 0:
rmtree(os.path.join(self._working_dir, "temp"))

@ -0,0 +1 @@
Subproject commit 27fc1d094503623dfe39365ba82581507524545c