Skip to content

Commit 6dd5148

Browse files
Merge pull request #4268 from rubygems/show_backtrace_for_flaky_spec
Show a backtrace for flaky spec failure (cherry picked from commit 0a66b22)
1 parent 12d314a commit 6dd5148

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bundler/spec/install/gems/resolving_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@
142142
gem "net_e"
143143
G
144144

145-
bundle :install, :env => { "DEBUG_RESOLVER_TREE" => "1" }
145+
bundle :install, :env => { "DEBUG_RESOLVER_TREE" => "1", "DEBUG" => "1" }
146146

147147
activated_groups = if local_platforms.any?
148148
"net_b (1.0) (#{local_platforms.join(", ")})"

0 commit comments

Comments
 (0)