ctest2travis.py (QGIS-final-3_10_11) | : | ctest2travis.py (QGIS-final-3_10_12) | ||
---|---|---|---|---|
skipping to change at line 25 | skipping to change at line 25 | |||
* the Free Software Foundation; either version 2 of the License, or * | * the Free Software Foundation; either version 2 of the License, or * | |||
* (at your option) any later version. * | * (at your option) any later version. * | |||
* * | * * | |||
*************************************************************************** | *************************************************************************** | |||
""" | """ | |||
__author__ = 'Matthias Kuhn' | __author__ = 'Matthias Kuhn' | |||
__date__ = 'March 2017' | __date__ = 'March 2017' | |||
__copyright__ = '(C) 2017, Matthias Kuhn' | __copyright__ = '(C) 2017, Matthias Kuhn' | |||
# This will get replaced with a git SHA1 when you do a git archive | # This will get replaced with a git SHA1 when you do a git archive | |||
__revision__ = 'd2171173e439b7a67b24646a15cc6111c3fafefb' | __revision__ = '75c848ffb1e501fbaaa28a09d168b88c7b58333c' | |||
# This script parses output from ctest and injects | # This script parses output from ctest and injects | |||
# | # | |||
# - Colors for failing unit tests and test cases | # - Colors for failing unit tests and test cases | |||
# | # | |||
# - `travis_fold` control sequences to hide uninteresting output by default | # - `travis_fold` control sequences to hide uninteresting output by default | |||
import sys | import sys | |||
import re | import re | |||
import shlex | import shlex | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |