mirror of
https://github.com/ThrowTheSwitch/Unity.git
synced 2026-01-23 00:15:58 +01:00
- Add tests which prove command line arguments now work with runner. Fixed a few bugs in this area.
This commit is contained in:
@@ -247,6 +247,7 @@ module RakefileHelpers
|
||||
if output.match(/OK$/m).nil?
|
||||
test_results += '.testfail'
|
||||
else
|
||||
report output if (!$verbose) #verbose already prints this line, as does a failure
|
||||
test_results += '.testpass'
|
||||
end
|
||||
File.open(test_results, 'w') { |f| f.print output }
|
||||
|
||||
Reference in New Issue
Block a user