commit | b0cd34151c77f3485868f95831b3793d7f400e0d | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Aug 28 09:43:35 2014 -0600 |
committer | Simon Glass <sjg@chromium.org> | Fri Sep 05 13:40:41 2014 -0600 |
tree | 13a11ab0b2beb9930a917ba6e04b09b8d53bdbf5 | |
parent | 381fad8cd32eb1c6addb94f4664f818e44b6892c [diff] |
patman: Correct unit tests to run correctly It seems that doctest behaves differently now, and some of the unit tests do not run. Adjust the tests to work correctly. ./tools/patman/patman --test <unittest.result.TestResult run=10 errors=0 failures=0> Signed-off-by: Simon Glass <sjg@chromium.org>