Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Run test for multiple iteration will start multiple nunit agent #1761

Closed
levimm opened this issue Aug 23, 2016 · 2 comments
Closed

Run test for multiple iteration will start multiple nunit agent #1761

levimm opened this issue Aug 23, 2016 · 2 comments

Comments

@levimm
Copy link

levimm commented Aug 23, 2016

Hi Guys,

I'm using this pattern to run test for multiple iterations.

string[] arg = {@"someDll.dll", "--dispose-runners" };
for (int i = 0; i < 3; i++) ConsoleRunner.Program.Main(arg);

In second iteration, two nunit-agent.exe are running, and in third iteration, three agents are running.
I notice the dll is always added to InputFiles in CommandLineOptions so the created testPackage contains multiple subpackages.
Is this intented?

Cheers

@CharliePoole
Copy link
Contributor

@levimm Moving this to our new nunit-console repository. Don't feel bad, it is brand new. You're probably only the first to get caught this way.

@CharliePoole
Copy link
Contributor

Issue moved to nunit/nunit-console #40 via ZenHub

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants