From 3bf868ec83951ff21ee20f022d16b7fe43adaffe Mon Sep 17 00:00:00 2001 From: Mikhail Goncharov Date: Tue, 10 Mar 2020 13:07:26 +0100 Subject: [PATCH] add link to build log --- scripts/phabtalk/phabtalk.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/phabtalk/phabtalk.py b/scripts/phabtalk/phabtalk.py index 5c734dc..f88e53a 100755 --- a/scripts/phabtalk/phabtalk.py +++ b/scripts/phabtalk/phabtalk.py @@ -432,6 +432,8 @@ class BuildReport: for f in os.listdir(self.results_dir): if f == 'summary.html': continue + if f == 'console-log.txt': + self.api.add_artifact(self.ph_id, f, 'build log ' + self.name, self.results_url) p = os.path.join(self.results_dir, f) if not os.path.isfile(p): continue