nunit-core team mailing list archive
-
nunit-core team
-
Mailing list archive
-
Message #00635
[Bug 602798] Re: NUnitConfiguration.MonoExePath returns wrong path
Probably the easiest would be to just return "mono" and let the OS find
it. That would most likely find the same installation that NUnit is
currently running with, which I think should be sufficient in most
cases.
If we want/need the full path, then one possibility would be to run
"which mono".
--
NUnitConfiguration.MonoExePath returns wrong path
https://bugs.launchpad.net/bugs/602798
You received this bug notification because you are a member of NUnit
Developers, which is subscribed to NUnit V2.
Status in NUnit V2 Test Framework: New
Bug description:
NUnitConfiguration.MonoExePath returns 'nunit-console.exe' when run on Mono on Linux. It should return the path to the Mono executable instead, e.g. '/usr/local/bin/mono'.
This happens in NUnit 2.5.5
Follow ups
References