mirror of
https://github.com/pry/pry.git
synced 2022-11-09 12:35:05 -05:00
Re-add -q to our bacon tests now that we've discovered the problem.
This commit is contained in:
parent
88580c0731
commit
bd8f3ea613
1 changed files with 1 additions and 1 deletions
2
Rakefile
2
Rakefile
|
@ -44,7 +44,7 @@ task :default => [:test]
|
|||
desc "Run tests"
|
||||
task :test do
|
||||
check_dependencies unless ENV['SKIP_DEP_CHECK']
|
||||
sh "bacon -Itest -rubygems -a"
|
||||
sh "bacon -Itest -rubygems -a -q"
|
||||
end
|
||||
|
||||
desc "Run pry"
|
||||
|
|
Loading…
Reference in a new issue