diff options
author | David Sommerseth <davids@redhat.com> | 2009-12-14 16:06:08 +0100 |
---|---|---|
committer | David Sommerseth <davids@redhat.com> | 2009-12-14 16:06:08 +0100 |
commit | 3d24b5a99f0d57d9db98935aa8a7e471e7defbab (patch) | |
tree | 754eaebe45e5f34bd0305e1a41ad4ae4d32ff6cd /unit-tests | |
parent | 980a04b7c43dcd067add9cf56ae0183d7b6f5d0b (diff) | |
download | python-dmidecode-3d24b5a99f0d57d9db98935aa8a7e471e7defbab.tar.gz python-dmidecode-3d24b5a99f0d57d9db98935aa8a7e471e7defbab.tar.xz python-dmidecode-3d24b5a99f0d57d9db98935aa8a7e471e7defbab.zip |
Run unit tests with more verbose info
Diffstat (limited to 'unit-tests')
-rw-r--r-- | unit-tests/Makefile | 2 |
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} *~ |