提交 4ec487c4 编写于 作者: M Michael Schubert 提交者: Tom Meyer

pulse api: Also match output.txt so debugging pulse-cloud install failures is easier

上级 b2b20be7
......@@ -36,7 +36,7 @@ class PulseBuildResult
puts "\n=== Artifacts ===\n"
@build_artifacts.each do |artifact|
artifact_name = artifact["name"]
next unless (artifact_name =~ /\.log/ || artifact_name =~ /\.out/)
next unless (artifact_name =~ /\.log/ || artifact_name =~ /\.out/ || artifact_name =~ /output\.txt/)
# convert "Test Results (results.log) into 'results.log'"
artifact_name.gsub!(/.*\((.*)\)/) { |match| "#{$1}" }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册