← Back to team overview

nunit-core team mailing list archive

Re: [Bug 602798] Re: NUnitConfiguration.MonoExePath returns wrong path

 

Great idea! Returning "mono" on Linux is TSTTCPW.

Charlie

On Fri, Jul 9, 2010 at 1:24 PM, Eberhard Beilharz
<602798@xxxxxxxxxxxxxxxxxx> wrote:
> 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.
>

** Changed in: nunitv2
   Importance: Undecided => High

** Changed in: nunitv2
       Status: New => Triaged

** Changed in: nunitv2
     Assignee: (unassigned) => Charlie Poole (charlie.poole)

-- 
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: Triaged

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





References