On Wed, Apr 25, 2012 at 09:58:29PM +0200, Michael Hanselmann wrote: > The “RunTestIf” uses an AND association between the passed test names, > so the instance would be be shut down if both rename and reinstall were > enabled. Since this is not necessarily the case, OR must be used.
Good catch. However, this is fixing just this particular case (we might have more in the future); why not add a RunTestIfAny helper? thanks, iustin
