Skip to content

Commit

Permalink
Switch back to more compact RSpec output by default
Browse files Browse the repository at this point in the history
Otherwise CI output is hard to scan because of all the passing examples.
  • Loading branch information
mislav committed Oct 5, 2015
1 parent da7d9d2 commit 5bd1540
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .rspec
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
--color
--format documentation
--profile
2 changes: 1 addition & 1 deletion script/ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5bd1540

Please sign in to comment.