From 3d24b5a99f0d57d9db98935aa8a7e471e7defbab Mon Sep 17 00:00:00 2001 From: David Sommerseth Date: Mon, 14 Dec 2009 16:06:08 +0100 Subject: Run unit tests with more verbose info --- unit-tests/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unit-tests/Makefile b/unit-tests/Makefile index be2fcf9..95086c1 100644 --- a/unit-tests/Makefile +++ b/unit-tests/Makefile @@ -1,5 +1,5 @@ test : - python unit + python unit -vv clean : rm -f *.{py[oc],o,so} *~ -- cgit