This is some fixes and odd bits before I was going to resubmit the remains of the powerpc series. Patch 1 is a silly rebase bug. I thought I must have missed a warning in the build noise, but no gcc just doesn't warn for string literal to bool conversion. Patch 2 is the doc fix updated according to feedback from Thomas (main change, enumerate the other special groups). Patch 3 is a quick hack to make build warnings more obvious. Thoughts? Results can be seen here https://gitlab.com/npiggin/kvm-unit-tests/-/pipelines/1314895857 Patch 4, after debugging something with CI, it doesn't seem to save the test logs on failure. I can't drive gitlab CI very well but this seemed to fix it. Thanks, Nick Nicholas Piggin (4): powerpc/sprs: Fix report_kfail call doc: update unittests doc build: Make build output pretty gitlab-ci: Always save artifacts .gitlab-ci.yml | 5 +++++ Makefile | 14 ++++++++++++++ arm/Makefile.common | 7 +++++++ docs/unittests.txt | 11 ++++++++--- powerpc/Makefile.common | 11 +++++++---- powerpc/sprs.c | 2 +- riscv/Makefile | 5 +++++ s390x/Makefile | 18 +++++++++++++++++- scripts/mkstandalone.sh | 2 +- x86/Makefile.common | 5 +++++ 10 files changed, 70 insertions(+), 10 deletions(-) -- 2.43.0