On Tue, 06 May 2025 08:04:12 -0600, Tom Rini wrote: > There are a few differences between how the test.py stage invokes > test.py and how the sjg-lab stage invokes test.py. As a start of making > both the code and the output and artifacts similar, this updates the > sjg-lab stage with the following: > - Pass "-ra" so that we get the summary information in the job > - Make use of TEST_PY_EXTRA for passing "--capture=tee-sys" > - Re-order some of the arguments to be the same order when possible. > > [...]
Applied to u-boot/next, thanks! [1/1] Gitlab: Rework sjg-lab calling test.py to be closer to test.py stage commit: c7f360f20d848f9e2b607885a280084290732566 -- Tom