I'm having problems running tests using the NUnit test runner command line.
I am using version 2.5.4 with .NET 4 on an x64 machine.
Using the following line results in a failure of βFailed to load the file or assembly paneβ or one of its dependencies. The system cannot find the specified file. "
nunit-console-x86 foo.dll bar.dll /framework=4.0.30319
If I canceled the DLL file names, he complains that he will not find "foo" instead ...
This works if I run them separately, for example:
nunit-console-x86 foo.dll /framework=4.0.30319
Also, tests of the second file work if I run:
nunit-console-x86 bar.dll /framework=4.0.30319
Before upgrading our projects to 4.0, we used NUnit 2.5.2 and the same command-line tool options, and at that moment the runner worked well with several builds. It seems that the ability to run tests on multiple files at the same time is broken ...
Anyone who can see the same behavior or is working, indicating that my environment is somehow disturbed?
/ Per
Per salmi
source share