Fabian Deutsch has uploaded a new change for review. Change subject: tests: Bring back check-local ......................................................................
tests: Bring back check-local Change-Id: I9a2431e9b4814c61b2cb5338130fb114410f43be Signed-off-by: Fabian Deutsch <[email protected]> --- M tests/Makefile.am 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/37/43037/1 diff --git a/tests/Makefile.am b/tests/Makefile.am index 31f2f41..b8582ad 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -22,7 +22,7 @@ .PHONY: %.junit.xml -check: unittests +check-local: unittests @echo -e "---\n Passed $@\n---" unittests: $(PYTHONUNITTESTS:%=%.nose) -- To view, visit https://gerrit.ovirt.org/43037 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I9a2431e9b4814c61b2cb5338130fb114410f43be Gerrit-PatchSet: 1 Gerrit-Project: ovirt-node Gerrit-Branch: master Gerrit-Owner: Fabian Deutsch <[email protected]> Gerrit-Reviewer: Fabian Deutsch <[email protected]> _______________________________________________ node-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/node-patches
