On 10.01.26 14:15, Gary Gregory wrote:

Curious... I tried to be clever and run:

mvn clean verify -Dtest='*,!GitPackCommandTest'

Which should skip the one test (GitPackCommandTest) that fails for me
in sshd-git but this also fails, earlier with:

https://gist.github.com/garydgregory/0f62709b20653563fc98eb7c6a3e2849

Any ideas there?

Thank you and sorry for being a pain ;)

I ran into this too when I tried yesterday

  mvn clean verify '-Dtest=!%regex[.*sshd.git.*]'

I have no idea what that problem is. I do notice that this bcfips test
execution has a specific <include> and replaces some dependencies;
apparently specifying -Dtest=... conflicts with or otherwise breaks
that.

Cheers,

  Thomas


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to