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
NUKE Execution Engine version 7.0.2 (Windows,.NETCoreApp,Version=v6.0)
Description
When using the MSpecTask with Includes or excludes these Parameters were not set correctly for the Testrunner. The result is that eighter all tests or no tests are run.
FrankStrieter
changed the title
MSpecTask does not use include and explude paramters correctly
MSpecTask does not use include and exclude paramters correctly
Jun 2, 2023
Usage Information
NUKE Execution Engine version 7.0.2 (Windows,.NETCoreApp,Version=v6.0)
Description
When using the MSpecTask with Includes or excludes these Parameters were not set correctly for the Testrunner. The result is that eighter all tests or no tests are run.
Reproduction Steps
results to the command line that is executed:
mspec.exe myAwesome.dll -x="tagsToExlude"
when running this from the command line the error happens as well.
Looking at the manual of mspec you can see that exludes or includes shoud be passed without the equal sign.
Expected Behavior
the command that will be executed should be like this:
mspec.exe myAwesome.dll -x "tagsToExlude"
Actual Behavior
the command that is executed is:
mspec.exe myAwesome.dll -x="tagsToExlude"
Regression?
No response
Known Workarounds
No response
Could you help with a pull-request?
Yes
The text was updated successfully, but these errors were encountered: