From 237b82b45ef64c7beeab99740cf44f8ea5bf8d3d Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Thu, 12 Dec 2024 13:53:50 +0900 Subject: [PATCH] tmp/test-pipes is no longer needed --- lib/turbo_tests/runner.rb | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/lib/turbo_tests/runner.rb b/lib/turbo_tests/runner.rb index 9db297d..e98530f 100644 --- a/lib/turbo_tests/runner.rb +++ b/lib/turbo_tests/runner.rb @@ -84,8 +84,6 @@ def run **group_opts ) - setup_tmp_dir - subprocess_opts = { record_runtime: use_runtime_info, } @@ -110,15 +108,6 @@ def run private - def setup_tmp_dir - begin - FileUtils.rm_r("tmp/test-pipes") - rescue Errno::ENOENT - end - - FileUtils.mkdir_p("tmp/test-pipes/") - end - def start_regular_subprocess(tests, process_id, **opts) start_subprocess( {"TEST_ENV_NUMBER" => process_id.to_s},