Link to exact log file for a testrun

This commit is contained in:
southerntofu 2021-01-04 20:57:57 +01:00
parent 72c269f766
commit 73cd765a76
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@
{% for impl in config.extra.tests.pipelines[name].impl %}
{% set lastrun = latest[loop.index0] %}
<td>
<a href="{{ get_url(path=config.extra.tests.directory~"/"~impl.name~"/"~lastrun|split(pat="-")|nth(n=0)) }}">
<a href="{{ get_url(path=config.extra.tests.directory~"/"~impl.name~"/"~lastrun|split(pat="-")|nth(n=0))~"/"~testname~".txt" }}">
{{ data[loop.index0][lastrun][testname] }}
</a>
</td>