mirror of
https://github.com/ThrowTheSwitch/CMock.git
synced 2026-08-11 13:47:52 +00:00
Fix problem of getting .results files with zero length
This commit is contained in:
@@ -150,7 +150,7 @@ File.open(TEST_MAKEFILE, "w") do |mkfile|
|
||||
|
||||
# Run test suite and generate report
|
||||
mkfile.puts "#{test_results}: #{test_bin}"
|
||||
mkfile.puts "\t-#{test_bin} &> #{test_results}"
|
||||
mkfile.puts "\t-#{test_bin} > #{test_results} 2>&1"
|
||||
mkfile.puts ""
|
||||
|
||||
test_targets << test_bin
|
||||
|
||||
Reference in New Issue
Block a user