Skip to content

Commit 93fb033

Browse files
committed
Always output full results of documentation test, even if test passes
1 parent 5a47709 commit 93fb033

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/src/python/test_qgsdoccoverage.py

+1
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ def parseDocs(path):
111111
class TestQgsDocCoverage(TestCase):
112112

113113
def testCoverage(self):
114+
print 'CTEST_FULL_OUTPUT'
114115
prefixPath = os.environ['QGIS_PREFIX_PATH']
115116
docPath = os.path.join(prefixPath, '..', 'doc', 'api', 'xml' )
116117

0 commit comments

Comments
 (0)