diff --git a/src/testup/app.rb b/src/testup/app.rb index 78f13b8..b6f7302 100644 --- a/src/testup/app.rb +++ b/src/testup/app.rb @@ -48,6 +48,8 @@ def self.read_config_file(ci_config_path) # Expand config variables. ['Path', 'Output', 'LogPath', 'SavedRunsPath'].each { |key| value = config[key] + next unless value.is_a?(String) + value.gsub!('%CONFIG_DIR%', config_dir) } config