Skip to content

Commit

Permalink
tmp/test-pipes is no longer needed
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Dec 12, 2024
1 parent 3c6b62b commit d1d9612
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions spec/lib/turbo_tests/runner.rb
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,6 @@ def run
**group_opts
)

setup_tmp_dir

subprocess_opts = {
record_runtime: use_runtime_info,
}
Expand All @@ -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},
Expand Down

0 comments on commit d1d9612

Please sign in to comment.