From 5bd1540402708d16df92e190ff12d8b69bb8d6b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mislav=20Marohni=C4=87?= Date: Mon, 5 Oct 2015 16:23:10 +0200 Subject: [PATCH] Switch back to more compact RSpec output by default Otherwise CI output is hard to scan because of all the passing examples. --- .rspec | 2 -- script/ci.sh | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.rspec b/.rspec index 7882dc0f..4e1e0d2f 100644 --- a/.rspec +++ b/.rspec @@ -1,3 +1 @@ --color ---format documentation ---profile diff --git a/script/ci.sh b/script/ci.sh index f9a15a36..ddf41ba8 100755 --- a/script/ci.sh +++ b/script/ci.sh @@ -70,7 +70,7 @@ export JRUBY_OPTS='-X-C' # disable JIT since these processes are so short lived # idea taken from https://github.com/jruby/jruby/wiki/Improving-startup-time export JAVA_OPTS='-client -XX:+TieredCompilation -XX:TieredStopAtLevel=1' -export SPEC_OPTS="--backtrace" +export SPEC_OPTS="--backtrace --profile" BUNDLE_GEMFILE=gemfiles/typhoeus_old.gemfile fold "typhoeus-old" \ run script/test spec/lib/vcr/library_hooks/typhoeus_0.4_spec.rb