parent
62f5bd6570
commit
725aae4dbd
@ -873,7 +873,7 @@ class TestParallelRunner:
|
|||||||
)
|
)
|
||||||
if os.path.isfile(interapted_log_path):
|
if os.path.isfile(interapted_log_path):
|
||||||
test_cnt_real_saved_now += 1
|
test_cnt_real_saved_now += 1
|
||||||
if self._is_save_cache and os.path.isfile(self._cache_path):
|
if self._is_save_cache:
|
||||||
test_times.sort(reverse=True)
|
test_times.sort(reverse=True)
|
||||||
with open(self._cache_path, "w", encoding=constants.ENCODING) as cache_file:
|
with open(self._cache_path, "w", encoding=constants.ENCODING) as cache_file:
|
||||||
cache_file.writelines(
|
cache_file.writelines(
|
||||||
|
Loading…
Reference in New Issue
Block a user