mirror of
https://github.com/ThrowTheSwitch/Unity.git
synced 2026-08-23 11:39:57 +00:00
Make example 3 use same yml files as other tests.
This commit is contained in:
@@ -16,7 +16,10 @@ module RakefileHelpers
|
||||
def load_configuration(config_file)
|
||||
return if $configured
|
||||
|
||||
$cfg_file = "targets/#{config_file}" unless config_file =~ /[\\|\/]/
|
||||
unless config_file =~ /[\\|\/]/
|
||||
$cfg_file_base = config_file
|
||||
$cfg_file = "targets/#{config_file}"
|
||||
end
|
||||
$cfg = YamlHelper.load_file($cfg_file)
|
||||
$colour_output = false unless $cfg['colour']
|
||||
$configured = true if config_file != DEFAULT_CONFIG_FILE
|
||||
|
||||
Reference in New Issue
Block a user