mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Get rid of failures about coverage
Run test suites explicitly instead of auto-running, to get rid of failures when simplecov is not installed but COVERAGE is set.
This commit is contained in:
parent
a50c844645
commit
7e33f324e1
1 changed files with 1 additions and 1 deletions
|
@ -19,4 +19,4 @@ when "-e"
|
|||
else
|
||||
dir = File.expand_path("..", $0)
|
||||
end
|
||||
Test::Unit::AutoRunner.new(true, dir)
|
||||
exit Test::Unit::AutoRunner.run(true, dir)
|
||||
|
|
Loading…
Add table
Reference in a new issue