mirror of
https://github.com/ThrowTheSwitch/CMock.git
synced 2026-08-08 04:07:49 +00:00
Further cleanup based on server results
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user