summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Sommerseth <davids@redhat.com>2009-12-14 16:06:08 +0100
committerDavid Sommerseth <davids@redhat.com>2009-12-14 16:06:08 +0100
commit3d24b5a99f0d57d9db98935aa8a7e471e7defbab (patch)
tree754eaebe45e5f34bd0305e1a41ad4ae4d32ff6cd
parent980a04b7c43dcd067add9cf56ae0183d7b6f5d0b (diff)
downloadpython-dmidecode-3d24b5a99f0d57d9db98935aa8a7e471e7defbab.tar.gz
python-dmidecode-3d24b5a99f0d57d9db98935aa8a7e471e7defbab.tar.xz
python-dmidecode-3d24b5a99f0d57d9db98935aa8a7e471e7defbab.zip
Run unit tests with more verbose info
-rw-r--r--unit-tests/Makefile2
1 files changed, 1 insertions, 1 deletions
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} *~