summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorRyan Fitzgerald <rwfitzge@gmail.com>2012-09-05 23:31:40 -0700
committerRyan Fitzgerald <rwfitzge@gmail.com>2012-09-05 23:31:40 -0700
commitad7f3487932541b2bd06c3f2e97d167675420710 (patch)
tree730fe506fd6a331641f823489b451ba79ddb88cf /Rakefile
parent930aced9c7d70df1ac60ef827e6b72ecbc65ea63 (diff)
downloadpry-ad7f3487932541b2bd06c3f2e97d167675420710.tar.gz
Quiet mode for tests again
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 0b78bfd9..c0c6d376 100644
--- a/Rakefile
+++ b/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"
+ sh "bacon -Itest -rubygems -a -q"
end
desc "Run pry"