Fix problem of getting .results files with zero length

This commit is contained in:
William Skellenger
2017-05-04 09:36:12 -04:00
parent 58971b15db
commit 7cd25b07a1
+1 -1
View File
@@ -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