diff options
| author | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2024-12-12 13:44:40 +0900 |
|---|---|---|
| committer | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2024-12-12 14:43:07 +0900 |
| commit | 58f3cdad26a0531ba3a54554a56b18fa2b0511a3 (patch) | |
| tree | e14eaecbe83662ba2eda1db83330ba36506abde1 | |
| parent | f43e04ce091fc90627a836e0ba98d499cc5340da (diff) | |
tmp/test-pipes is no longer needed
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/12250
| -rw-r--r-- | spec/lib/turbo_tests/runner.rb | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/spec/lib/turbo_tests/runner.rb b/spec/lib/turbo_tests/runner.rb index 6645fdaa32..775e8d3ce1 100644 --- a/spec/lib/turbo_tests/runner.rb +++ b/spec/lib/turbo_tests/runner.rb @@ -84,8 +84,6 @@ module TurboTests **group_opts ) - setup_tmp_dir - subprocess_opts = { record_runtime: use_runtime_info, } @@ -110,15 +108,6 @@ module TurboTests 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}, |
