mirror of
https://github.com/ThrowTheSwitch/Unity.git
synced 2026-01-25 17:31:36 +01:00
Do NOT include the default test runner if a custom runner has been defined.
Cleanup some style issues.
This commit is contained in:
@@ -146,7 +146,7 @@ def report_summary
|
||||
summary.run
|
||||
end
|
||||
|
||||
def run_tests(exclude_stdlib=false)
|
||||
def run_tests(exclude_stdlib = false)
|
||||
report 'Running Unity system tests...'
|
||||
|
||||
# Tack on TEST define for compiling unit tests
|
||||
|
||||
Reference in New Issue
Block a user