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
@ -19,4 +19,4 @@ when "-e"
|
|||||||
else
|
else
|
||||||
dir = File.expand_path("..", $0)
|
dir = File.expand_path("..", $0)
|
||||||
end
|
end
|
||||||
Test::Unit::AutoRunner.new(true, dir)
|
exit Test::Unit::AutoRunner.run(true, dir)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user