mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-12-23 23:08:14 +00:00
tests/ui: relative path to report pages
This commit is contained in:
parent
30858c4969
commit
b846a44a8d
@ -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():
|
||||
|
Loading…
Reference in New Issue
Block a user