1
0
Fork 0
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:
Jordon Bedwell 2012-04-01 03:44:51 -05:00
parent 88580c0731
commit bd8f3ea613

View file

@ -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"