Hello,
Platform: macOS 10.12.2
Product: Bamboo 5.14.3.1 build 51416
I am having huge trouble trying to get Bamboo to recognise nunit-console.exe run via mono as a recognisable executable for NUnit Runner so have split the task into a script and NUnit parser instead.
In the script, I am simply running:
MONO_IOMAP=all NUNIT-CONSOLE path/to/csproj
When I call the exact same line from a terminal, my test suite executes and passes but everytime it is run through Bamboo, I get a System.NullReferenceException and the line numbers provided suggest the [Setup] section is not being called.
Indeed, if I remove the [Setup] attribute from my test, I get the same error in terminal then.
Output from both terminal and bamboo show it is running the same version of nunit-console (of course) so I do not know why I am getting different outcomes.
Any ideas?
Just guessing.
Try to pass MONO_IOMAP=all as Environment variable in separate field of Script task
That, unfortunately, does not change anything.
I do not understand why the result is different - it's looking at the same .csproj file and running the same nunit-console executable through the same version of mono. What is causing the test to run differently when the script task is run by Bamboo?
If anyone can shed any light on what is different in general about running scripts through Bamboo, I might be able to put 2 and 2 together...?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.