You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sanitize failIfNoSpecifiedTests prefix in failsafe
Surefire is using `surefire.failIfNoSpecifiedTests`,
but failsafe used `it.failIfNoSpecifiedTests`.
Error msg is then pointed to nonexistent property:
`No tests matching pattern "..." were executed! (Set
-Dfailsafe.failIfNoSpecifiedTests=false to ignore this error.)`
0 commit comments