提交 9a9d6c75 编写于 作者: P Peter Mendham

Removed unecessary output when generating a test runner

上级 2179e54d
......@@ -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
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册