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<
1068B
/th> Diff line number Diff line change 92
92
93
93
task rubocop : %w[ rubocop:rubygems rubocop:bundler ]
94
94
95
- desc "Run a test suite bisection"
96
- task ( :bisect ) do
97
- sh "util/bisect"
98
- end
99
-
100
95
# --------------------------------------------------------------------
101
96
# Creating a release
102
97
Original file line number Diff line number Diff line change 32
32
require 'bundler'
33
33
end
34
34
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
-
44
35
require 'test/unit'
45
36
46
37
ENV [ "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