Closed markdirish closed 1 year ago
Hi, sorry for a very late reply. The output is ugly, but expected. It tests also badly formed XMLs and the parser outputs the (expected) errors during logging. I think it would be better to turn off the error printing during testing, so I made a PR for that: https://github.com/rpm-software-management/libcomps/pull/107 . There is also one message coming from comps_parse_validate_dtd
, which cannot be suppressed as easily, but it's also expected.
Hello,
I am building
libcomps
on PASE on IBM i. It is sort of like AIX built on top of a non-Unix system. I have it building, and when I run the tests, I get no failures or errors, but it is pretty chatty, throwing errors to the terminal. I built it on RHEL 8.7 and saw similar output, but I just want to make sure that the output looks sane before we certify the build.Thank you for any help!