Miloš Prchlík

Results 416 comments of Miloš Prchlík

Indeed, `rlRun -S "..."` and then checking `$rlRunLOG` seems to work as @lukaszachy described.

@idorax indeed, it did not work when I tried. tmt detected it's running behind a non-tty, and turned colors off. Meh. Anyway, I played with it a bit, and I...

> @happz looks like we have a few more broken links being generated. Yes, my https://github.com/teemtee/tmt/pull/2940 did not try to address everything. There's https://github.com/teemtee/tmt/issues/2868 for the links to tmt internals...

With https://github.com/teemtee/tmt/pull/3001 applied, I get no broken links reported from the linkcheck builder.

> > With #3001 applied, I get no broken links reported from the linkcheck builder. > > Let me rebase on your commit first just to make sure it works...

Right, and the branch is also wrong, it's all `main` and `HEAD`, but that's another problem to resolve. It works now, it won't work when PR starts pointing at new...

> Hmm, but looking at the original generated links it actually looked fine: > > ``` > * Verified by `/tests/core/adjust `_ > ``` > > It points to a...

Anyway, I don't know where the single broken link comes from - I can't reproduce it: ``` 2024-06-10T08:13:19.5300673Z ( spec/core: line 131) broken None - ``` In my generated sources,...

Interesting. It seems to me that `ref` is also `HEAD` in RTD PR job, no idea why. At least `HEAD` is propagated into links in docs generated for a PR.