nunit-console doesnt stop after test summary output
-
Hi, anyone famliar with nunit-console.exe? running tests of a dll works fine, but after the test summary is printed, I don't come back to the cmd, except by typing ctrl+c. This behaviour always occurs , ignoring test results. Any idea?
...................................
Tests run: 75, Failures: 1, Not run: 0, Time: 236.123 secondsFailures:
- #failure info#
#stack trace#
^C
D:\Profiles\myname>thanks in advance.
- #failure info#
-
Hi, anyone famliar with nunit-console.exe? running tests of a dll works fine, but after the test summary is printed, I don't come back to the cmd, except by typing ctrl+c. This behaviour always occurs , ignoring test results. Any idea?
...................................
Tests run: 75, Failures: 1, Not run: 0, Time: 236.123 secondsFailures:
- #failure info#
#stack trace#
^C
D:\Profiles\myname>thanks in advance.
using the /nothread option helped, but i still don't know why :/
- #failure info#