Skip to content

Commit 237b82b

Browse files
committed
tmp/test-pipes is no longer needed
1 parent aeae4ff commit 237b82b

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

lib/turbo_tests/runner.rb

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,6 @@ def run
8484
**group_opts
8585
)
8686

87-
setup_tmp_dir
88-
8987
subprocess_opts = {
9088
record_runtime: use_runtime_info,
9189
}
@@ -110,15 +108,6 @@ def run
110108

111109
private
112110

113-
def setup_tmp_dir
114-
begin
115-
FileUtils.rm_r("tmp/test-pipes")
116-
rescue Errno::ENOENT
117-
end
118-
119-
FileUtils.mkdir_p("tmp/test-pipes/")
120-
end
121-
122111
def start_regular_subprocess(tests, process_id, **opts)
123112
start_subprocess(
124113
{"TEST_ENV_NUMBER" => process_id.to_s},

0 commit comments

Comments
 (0)