Skip to content

Commit 554679d

Browse files
committed
Enable debug log
1 parent 9337786 commit 554679d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/rbs/cli_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def run_rbs_collection(*commands, bundler:)
3636
rbs_path << (":" + rblib)
3737
end
3838

39-
Open3.capture3({ "RUBYLIB" => rbs_path }, *bundle_exec, "#{__dir__}/../../exe/rbs", "collection", *commands, chdir: Dir.pwd)
39+
Open3.capture3({ "RUBYLIB" => rbs_path }, *bundle_exec, "#{__dir__}/../../exe/rbs", "--log-level=debug", "collection", *commands, chdir: Dir.pwd)
4040
end
4141

4242
if block_given?

0 commit comments

Comments
 (0)