mirror of
https://github.com/ThrowTheSwitch/Unity.git
synced 2025-05-20 00:46:50 +08:00
- throw errors in example runner
- make unity optional in test runner generator (though that's not really too helpful at the moment) git-svn-id: http://unity.svn.sourceforge.net/svnroot/unity/trunk@73 e7d17a6e-8845-0410-bbbc-c8efb4fdad7e
This commit is contained in:
@ -26,7 +26,7 @@ class UnityTestSummary
|
||||
def run
|
||||
# Clean up result file names
|
||||
results = @targets.map {|target| target.gsub(/\\/,'/')}
|
||||
|
||||
|
||||
# Dig through each result file, looking for details on pass/fail:
|
||||
failure_output = []
|
||||
ignore_output = []
|
||||
|
Reference in New Issue
Block a user