Skip to content

Commit

Permalink
DEBUG: print verbose output
Browse files Browse the repository at this point in the history
  • Loading branch information
st0012 committed Jul 15, 2022
1 parent 2639622 commit 531d1dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ end
desc "Run all debugger protocols (CAP & DAP) related tests"
Rake::TestTask.new(:test_protocol) do |t|
t.test_files = FileList["test/protocol/*_test.rb"]
t.options = "-v"
end

task test: 'test_console' do
Expand Down

0 comments on commit 531d1dd

Please sign in to comment.