Make example 3 use same yml files as other tests.

This commit is contained in:
Mark VanderVoord
2026-05-15 15:24:32 -04:00
parent 56d69ddf64
commit cc00ca6f07
6 changed files with 126 additions and 208 deletions
+4 -1
View File
@@ -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