Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions test/parallel_testsuite.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,6 @@ def run(self, result):
# issues.
# multiprocessing.set_start_method('spawn')

# Remove any old stale list of flaky tests before starting the run
utils.delete_file(common.flaky_tests_log_filename)

# If we are running with --failing-and-slow-first, then the test list has been
# pre-sorted based on previous test run results. Otherwise run the tests in
# reverse alphabetical order.
Expand Down
3 changes: 3 additions & 0 deletions test/runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -562,6 +562,9 @@ def set_env(name, option_value):

check_js_engines()

# Remove any old test files before starting the run
utils.delete_file(common.flaky_tests_log_filename)

def prepend_default(arg):
if arg.startswith('test_'):
return default_core_test_mode + '.' + arg
Expand Down