reverted wrong fix
This commit is contained in:
parent
2d688692f8
commit
65377ce4ef
@ -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"))
|
||||
|
1
thirdparty/json/nlohmann_json_schema_validator
vendored
Submodule
1
thirdparty/json/nlohmann_json_schema_validator
vendored
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit 27fc1d094503623dfe39365ba82581507524545c
|
Loading…
Reference in New Issue
Block a user