We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ff654b commit 0ac4383Copy full SHA for 0ac4383
rakelib/test.rake
@@ -8,7 +8,7 @@ task :test => "test:short"
8
9
if ENV['CI']
10
# MRI tests have a different flag for color
11
- ADDITIONAL_OPTIONS = "-v --color=never --tty=no"
+ ADDITIONAL_TEST_OPTIONS = "-v --color=never --tty=no"
12
13
# for normal test/unit tests
14
ENV['TESTOPT'] = "-v --no-use-color"
0 commit comments