Skip to content

Commit 0ac4383

Browse files
committed
Ugh. Fix naming mistake.
1 parent 7ff654b commit 0ac4383

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rakelib/test.rake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ task :test => "test:short"
88

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

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

0 commit comments

Comments
 (0)