mirror of
https://github.com/pry/pry.git
synced 2022-11-09 12:35:05 -05:00
Temporarily print verbose test output
This commit is contained in:
parent
a03473b4f8
commit
c9fed62c91
1 changed files with 1 additions and 1 deletions
2
Rakefile
2
Rakefile
|
@ -46,7 +46,7 @@ task :default => [:test]
|
|||
desc "Run tests"
|
||||
task :test do
|
||||
check_dependencies unless ENV['SKIP_DEP_CHECK']
|
||||
sh "bacon -Itest -rubygems -a -q"
|
||||
sh "bacon -Itest -rubygems -a"
|
||||
end
|
||||
|
||||
desc "Run pry"
|
||||
|
|
Loading…
Reference in a new issue