[gtk/report-fixes] ci: Fix the HTML anchor in the report
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk/report-fixes] ci: Fix the HTML anchor in the report
- Date: Thu, 13 Feb 2020 14:28:09 +0000 (UTC)
commit d975d97e5178a4e2b271a602e61c9cd6da195d3c
Author: Emmanuele Bassi <ebassi gnome org>
Date: Thu Feb 13 14:23:59 2020 +0000
ci: Fix the HTML anchor in the report
.gitlab-ci/meson-html-report.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/.gitlab-ci/meson-html-report.py b/.gitlab-ci/meson-html-report.py
index a7bb16a89b..faa5e68264 100755
--- a/.gitlab-ci/meson-html-report.py
+++ b/.gitlab-ci/meson-html-report.py
@@ -212,7 +212,7 @@ ul.images li {
</div>
<div class="failures">
- <h4><a name="failed">Failed</a></h4>
+ <h4><a name="failures">Failures</a></h4>
<ul class="failed">
{% for failure in suite_result.failures if failure.result in [ 'FAIL', 'UNEXPECTEDPASS' ] %}
<li><a name="{{ failure.name }}">{{ failure.name }}</a> - result: <span class="result fail">{{
failure.result }}</span><br/>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]