Skip to content

Commit

Permalink
Add --noresult to the "make nunit" invocation
Browse files Browse the repository at this point in the history
(requested by @obrakmann)
  • Loading branch information
PiDelport committed Dec 29, 2015
1 parent 8399ec7 commit e7a5be0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ nunit: test_dll
echo 'NUnit version >= 2.6 required'>&2; \
exit 1; \
fi
@$(NUNIT_CONSOLE) $(test_dll_TARGET)
@$(NUNIT_CONSOLE) --noresult $(test_dll_TARGET)

test: utility mods
@echo
Expand Down

0 comments on commit e7a5be0

Please sign in to comment.