Skip to content

Commit 772bb1f

Browse files
committed
BuildReports: Fix test report conditional in template
1 parent fe74b21 commit 772bb1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datafiles/templates/Html/report.html.st

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ $endif$
112112

113113
<h3>Test report log</h3>
114114

115-
$if(test)$
115+
$if(testReport)$
116116
<pre>
117117
$testReport$</pre>
118118
$else$

0 commit comments

Comments
 (0)