From ff07a7125a2f20a7c44f39d89b0cdb855cddbe58 Mon Sep 17 00:00:00 2001 From: Shahzad Malik Muzaffar Date: Fri, 16 Feb 2018 20:32:16 +0100 Subject: [PATCH] print test comment --- process_pr.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/process_pr.py b/process_pr.py index af62273c1575..cbb4487c737a 100644 --- a/process_pr.py +++ b/process_pr.py @@ -508,7 +508,7 @@ def process_pr(repo_config, gh, repo, issue, dryRun, cmsbuild_user=None, force=F ok, cmsdist_pr, cmssw_prs, extra_wfs = check_test_cmd(first_line) if ok: print 'Tests requested:', commenter, 'asked to test this PR with cmsdist_pr=%s, cmssw_prs=%s and workflows=%s' % (cmsdist_pr, cmssw_prs, extra_wfs) - print "Comment message",first_line + print "Comment message:",first_line trigger_test_on_signature = False if tests_already_queued: print "Test results not obtained in ",comment.created_at-last_test_start_time