commit | 482aa09ead0eee53da030151000deaa85b681993 | [log] [tgz] |
---|---|---|
author | alshabib <alshabibi.ali@gmail.com> | Thu Jan 19 10:03:38 2017 -0600 |
committer | alshabib <alshabibi.ali@gmail.com> | Thu Jan 19 10:03:38 2017 -0600 |
tree | a6ef23ece171cb5b1d2b3d5c7b4d2aa2209af4b9 | |
parent | c5f740bca8f033639bf3b155e0c96aac760c2dd8 [diff] |
small fix for build_md_tests Change-Id: I1ed5c85acaba91ddd639308d6d4365fdd2085207
diff --git a/tests/itests/docutests/build_md_test.py b/tests/itests/docutests/build_md_test.py index f4b43b7..22e0f22 100644 --- a/tests/itests/docutests/build_md_test.py +++ b/tests/itests/docutests/build_md_test.py
@@ -779,6 +779,9 @@ not_found = [p for p in expected_output if p not in pattern_found] return -1, not_found # failure + else: + return -1, [] + except Exception as e: print 'Exception {} '.format(repr(e)) return -1, []