Skip to content

Commit

Permalink
Always output full results of documentation test, even if test passes
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Jun 2, 2015
1 parent 5a47709 commit 93fb033
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/src/python/test_qgsdoccoverage.py
Expand Up @@ -111,6 +111,7 @@ def parseDocs(path):
class TestQgsDocCoverage(TestCase): class TestQgsDocCoverage(TestCase):


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


Expand Down

0 comments on commit 93fb033

Please sign in to comment.