repo.or.cz
/
oi-userland.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
re-enable smalltalk/cog-spur
[oi-userland.git]
/
components
/
python
/
objgraph
/
patches
/
01-test-verbose.patch
blob
c9099f297b4c51f50a03422fe73409c445e875f2
1
--- objgraph-3.6.2/tests.py.orig
2
+++ objgraph-3.6.2/tests.py
3
@@ -681,4 +681,4 @@
4
5
6
if __name__ == '__main__':
7
- unittest.main(defaultTest='test_suite')
8
+ unittest.main(defaultTest='test_suite', verbosity=2)