1
0
Fork 0
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:
Nobuyoshi Nakada 2019-07-25 20:57:32 +09:00
parent a50c844645
commit 7e33f324e1
No known key found for this signature in database
GPG key ID: 4BC7D6DF58D8DF60

View file

@ -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)