testsuite-summary-checks.sh (automake-1.16.2.tar.xz) | : | testsuite-summary-checks.sh (automake-1.16.3.tar.xz) | ||
---|---|---|---|---|
skipping to change at line 18 | skipping to change at line 18 | |||
# | # | |||
# This program is distributed in the hope that it will be useful, | # This program is distributed in the hope that it will be useful, | |||
# but WITHOUT ANY WARRANTY; without even the implied warranty of | # but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
# GNU General Public License for more details. | # GNU General Public License for more details. | |||
# | # | |||
# You should have received a copy of the GNU General Public License | # You should have received a copy of the GNU General Public License | |||
# along with this program. If not, see <https://www.gnu.org/licenses/>. | # along with this program. If not, see <https://www.gnu.org/licenses/>. | |||
# Check the testsuite summary with the parallel test harness. This | # Check the testsuite summary with the parallel test harness. This | |||
# script is meant to be sourced by other test script, so that it can | # script is meant to be sourced by other test scripts, so that it can | |||
# be used to check different scenarios (colorized and non-colorized | # be used to check different scenarios (colorized and non-colorized | |||
# testsuite output, packages with and without bug-report addresses, | # testsuite output, packages with and without bug-report addresses, | |||
# testsuites in subdirectories, ...) | # testsuites in subdirectories, ...) | |||
. test-init.sh | . test-init.sh | |||
case $use_colors in | case $use_colors in | |||
yes) | yes) | |||
AM_COLOR_TESTS=always; export AM_COLOR_TESTS | AM_COLOR_TESTS=always; export AM_COLOR_TESTS | |||
# Forced colorization should take place also with non-ANSI | # Forced colorization should take place also with non-ANSI | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |