summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorRyan Fitzgerald <rwfitzge@gmail.com>2012-09-05 21:57:03 -0700
committerRyan Fitzgerald <rwfitzge@gmail.com>2012-09-05 21:57:03 -0700
commitc9fed62c9176c7760dd9e80d8e3563bbfbd9a27e (patch)
tree6d855d2402e55b884acb666bf187091f9b10ec4b /Rakefile
parenta03473b4f869937699885b70c7f1e8a6b948f572 (diff)
downloadpry-c9fed62c9176c7760dd9e80d8e3563bbfbd9a27e.tar.gz
Temporarily print verbose test output
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index c0c6d376..0b78bfd9 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 -q"
+ sh "bacon -Itest -rubygems -a"
end
desc "Run pry"