chevron-thin-right chevron-thin-left brand cancel-circle search youtube-icon google-plus-icon linkedin-icon facebook-icon twitter-icon toolbox download check linkedin phone twitter-old google-plus facebook profile-male chat calendar profile-male
Welcome to Typemock Community! Here you can ask and receive answers from other community members. If you liked or disliked an answer or thread: react with an up- or downvote.
0 votes
When I run tmockrunner from a Nant script as below, even if the tests fail, the build will not stop. Is there any way to achieve the stop of the build.

Thanks,

<exec program="tmockrunner">
<arg line="nunit-console.exe /xml:resultsRouterUnitTests.dll-results.xml ${debug-dir}${testproject}.dll"/>
</exec>
asked by tiptop (1.8k points)

6 Answers

0 votes
Hi,
You are completely right, we don't propergate the nunit error.
I will send you a fix offline sometime next week
answered by scott (32k points)
0 votes
Scott,

Any updates on this.

Thanks.
answered by tiptop (1.8k points)
0 votes
Hi,
I have sent you a fix offline.
answered by scott (32k points)
0 votes
Hey Scott,

Sorry for the late reply.

I think I have accidently deleted the offline message.

Could you kindly resend?

Thanks.
answered by tiptop (1.8k points)
0 votes
Version 3.0.2 includes the fix.
answered by scott (32k points)
0 votes
Scott,

Works well.

Thanks,
answered by tiptop (1.8k points)
...