File tree Expand file tree Collapse file tree 3 files changed +0
-43
lines changed
Expand file tree Collapse file tree 3 files changed +0
-43
lines changed Original file line number Diff line number Diff line change 9292
9393task rubocop : %w[ rubocop:rubygems rubocop:bundler ]
9494
95- desc "Run a test suite bisection"
96- task ( :bisect ) do
97- sh "util/bisect"
98- end
99-
10095# --------------------------------------------------------------------
10196# Creating a release
10297
Original file line number Diff line number Diff line change 3232 require 'bundler'
3333end
3434
35- # Enable server plugin needed for bisection
36- if ENV [ "RG_BISECT_SERVER_PLUGIN" ]
37- require ENV [ "RG_BISECT_SERVER_PLUGIN" ]
38-
39- Minitest . extensions << "server"
40- end
41-
42- ENV [ "MT_NO_PLUGINS" ] = "true"
43-
4435require 'test/unit'
4536
4637ENV [ "JARS_SKIP" ] = "true" if Gem . java_platform? # avoid unnecessary and noisy `jar-dependencies` post install hook
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments