projects
/
pyelftools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ed34c03
)
update unittest runner
author
Eli Bendersky
<eliben@gmail.com>
Sat, 17 Dec 2011 12:36:39 +0000
(14:36 +0200)
committer
Eli Bendersky
<eliben@gmail.com>
Sat, 17 Dec 2011 12:36:39 +0000
(14:36 +0200)
test/run_all_unittests.py
patch
|
blob
|
history
diff --git
a/test/run_all_unittests.py
b/test/run_all_unittests.py
index 555b0d25b3e42d13fdc5315d4225548cacd20c9c..54ad5f0bb2c748a14df043580a8e042c3f08f637 100755
(executable)
--- a/
test/run_all_unittests.py
+++ b/
test/run_all_unittests.py
@@
-12,9
+12,9
@@
from unittest import TestLoader, TextTestRunner
if __name__ == '__main__':
try:
- tests = TestLoader().discover('test
s', 'test*.py', 'tests
')
+ tests = TestLoader().discover('test
', 'test*.py', 'test
')
TextTestRunner().run(tests)
except ImportError as err:
print err
- print '!! Please execute from the root directory of pyelf
uti
ls'
+ print '!! Please execute from the root directory of pyelf
too
ls'