Further cleanup based on server results

This commit is contained in:
mvandervoord
2020-03-19 11:29:17 -04:00
parent 1bdb299566
commit 13ee7c9eec
8 changed files with 21 additions and 14 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ end
all_headers_to_mock = []
suppress_error = !ARGV.nil? && !ARGV.empty? && (ARGV[0].upcase == '--SILENT')
suppress_error = !ARGV.nil? && !ARGV.empty? && (ARGV[0].casecmp('--SILENT') == 0)
File.open(TEST_MAKEFILE, 'w') do |mkfile|
# Define make variables