I would like to have a way for poudriere testport to do similar things to an -i interactive test, but I want to run some scripted/automated tests instead of running them interactively through a root login, and these tests should permit to consider a testport build "failed" or "succeeded".
Particularly, I would like to process some raw images with rawtherapee-cli (graphics/rawtherapee) to know that the compiler has not messed up the executable (LLVM90 doesn't work, for instance).
That would greatly help development.
I would like to have a way for
poudriere testportto do similar things to an-iinteractive test, but I want to run some scripted/automated tests instead of running them interactively through a root login, and these tests should permit to consider a testport build "failed" or "succeeded".Particularly, I would like to process some raw images with rawtherapee-cli (graphics/rawtherapee) to know that the compiler has not messed up the executable (LLVM90 doesn't work, for instance).
That would greatly help development.