1
0
mirror of https://github.com/ThrowTheSwitch/Unity.git synced 2026-01-27 10:14:28 +01:00

Merge pull request #159 from pmendham/master

Removed unecessary output when generating a test runner (Thanks pmendham!)
This commit is contained in:
Mark VanderVoord
2016-01-27 09:52:01 -05:00

View File

@@ -383,5 +383,5 @@ if ($0 == __FILE__)
#create the default test runner name if not specified
ARGV[1] = ARGV[0].gsub(".c","_Runner.c") if (!ARGV[1])
puts UnityTestRunnerGenerator.new(options).run(ARGV[0], ARGV[1]).inspect
UnityTestRunnerGenerator.new(options).run(ARGV[0], ARGV[1])
end