Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Ugh. Fix naming mistake.
  • Loading branch information
headius committed Nov 12, 2014
1 parent 7ff654b commit 0ac4383
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rakelib/test.rake
Expand Up @@ -8,7 +8,7 @@ task :test => "test:short"

if ENV['CI']
# MRI tests have a different flag for color
ADDITIONAL_OPTIONS = "-v --color=never --tty=no"
ADDITIONAL_TEST_OPTIONS = "-v --color=never --tty=no"

# for normal test/unit tests
ENV['TESTOPT'] = "-v --no-use-color"
Expand Down

0 comments on commit 0ac4383

Please sign in to comment.