diff --git a/test/ci_support/cdash_analyze_and_report_random_failures_UnitTests.py b/test/ci_support/cdash_analyze_and_report_random_failures_UnitTests.py index a7a12e45e..03c2a60ef 100644 --- a/test/ci_support/cdash_analyze_and_report_random_failures_UnitTests.py +++ b/test/ci_support/cdash_analyze_and_report_random_failures_UnitTests.py @@ -217,7 +217,7 @@ def test_random_failure(self): "Found random failing tests: 1
", "
Build name: build1", "
Test name: testname1", - "
Test history URL: https://something[.]com/cdash/queryTests[.]php[?]project=Project%20Name&begin=2018-10-26&end=2018-10-28&filtercount=3&showfilters=1&filtercombine=and&field1=testname&compare1=63&value1=testname1&field2=groupname&compare2=63&value2=Group%20Name&field3=buildname&compare3=63&value3=buildname1", + "
Test history URL: Link", "
Sha1 Pair : \('592ea0d5', 'b07e361c'\)", "

" ], diff --git a/tribits/ci_support/CDashAnalyzeReportRandomFailures.py b/tribits/ci_support/CDashAnalyzeReportRandomFailures.py index bf63a27c3..d869e4872 100644 --- a/tribits/ci_support/CDashAnalyzeReportRandomFailures.py +++ b/tribits/ci_support/CDashAnalyzeReportRandomFailures.py @@ -339,6 +339,6 @@ def singleSummaryReporter(self, cdashReportData): cdashReportData.htmlEmailBodyTop += \ "\n
Build name: "+ self.buildName +\ "\n
Test name: "+ self.testName +\ - "\n
Test history URL: "+ self.testHistoryUrl +\ + "\n
Test history URL: Link" +\ "\n
Sha1 Pair : "+ str(self.sha1Pair)