* tests/Makefile.am (TESTS): Also list the test script `parallel-tests-no-color-in-log.test'; it had been introduced in commit `v1.11-899-geaac33f', but by mistake it wasn't added to the list of tests in the Makefile back then. --- ChangeLog | 8 ++++++++ tests/Makefile.am | 1 + tests/Makefile.in | 1 + 3 files changed, 10 insertions(+), 0 deletions(-)
diff --git a/ChangeLog b/ChangeLog index 6896b40..d09d10e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,13 @@ 2011-08-03 Stefano Lattarini <[email protected]> + testsuite: list "forgotten" test script in Makefile.am + * tests/Makefile.am (TESTS): Also list the test script + `parallel-tests-no-color-in-log.test'; it had been introduced in + commit `v1.11-899-geaac33f', but by mistake it wasn't added to + the list of tests in the Makefile back then. + +2011-08-03 Stefano Lattarini <[email protected]> + testsuite: remove duplicated mention of a test in Makefile.am * tests/Makefile.am (tap_other_tests): Remove `tap-empty.test', it is already listed in `$(tap_with_common_setup_tests)'. diff --git a/tests/Makefile.am b/tests/Makefile.am index a7a1339..be2d16a 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -735,6 +735,7 @@ parallel-tests-log-override-2.test \ parallel-tests-log-override-recheck.test \ parallel-tests-empty-testlogs.test \ parallel-tests-driver-install.test \ +parallel-tests-no-color-in-log.test \ parallel-tests-no-spurious-summary.test \ parallel-tests-exit-statuses.test \ parallel-tests-console-output.test \ diff --git a/tests/Makefile.in b/tests/Makefile.in index 57bb2aa..0a91947 100644 --- a/tests/Makefile.in +++ b/tests/Makefile.in @@ -989,6 +989,7 @@ parallel-tests-log-override-2.test \ parallel-tests-log-override-recheck.test \ parallel-tests-empty-testlogs.test \ parallel-tests-driver-install.test \ +parallel-tests-no-color-in-log.test \ parallel-tests-no-spurious-summary.test \ parallel-tests-exit-statuses.test \ parallel-tests-console-output.test \ -- 1.7.2.3
