1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-12-24 15:28:10 +00:00

tests/ui: relative path to report pages

This commit is contained in:
Tomas Susanka 2020-01-09 15:01:01 +00:00
parent 30858c4969
commit b846a44a8d

View File

@ -63,7 +63,7 @@ def _report_links(tests, status):
th("Link to report")
for test in tests:
with tr():
td(a(test, href=REPORTS_PATH / status / (test + ".html")))
td(a(test, href="%s/%s.html" % (status, test)))
def clear_dir():