Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Don't apply color/tty options to normal test/unit runs.
  • Loading branch information
headius committed Nov 11, 2014
1 parent dbed571 commit db1919c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions rakelib/test.rake
Expand Up @@ -8,9 +8,6 @@ task :test => "test:short"

ADDITIONAL_TEST_OPTIONS = ENV['CI'] ? "-v --color=never --tty=no" : ""

ENV['TESTOPT'] ||= ''
ENV['TESTOPT'] += ADDITIONAL_TEST_OPTIONS

namespace :test do
desc "Compile test code"
task :compile do
Expand Down

0 comments on commit db1919c

Please sign in to comment.