From: Stefano Lattarini Date: Sun, 28 Aug 2011 10:26:05 +0000 (+0200) Subject: Merge branch 'test-protocols' into testsuite-work X-Git-Tag: v1.11b~257^2~93 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9d1fac14e32e056dea67d2beb69f693f5633c16a;p=platform%2Fupstream%2Fautomake.git Merge branch 'test-protocols' into testsuite-work * test-protocols: tests: list "forgotten" test script in TESTS ylwrap: fix unusual indentation whitespace --- 9d1fac14e32e056dea67d2beb69f693f5633c16a diff --cc ChangeLog index 8e4e6d744,b1e1bdc5e..468388e72 --- a/ChangeLog +++ b/ChangeLog @@@ -1,17 -1,16 +1,30 @@@ + 2011-08-25 Stefano Lattarini + + tests: list "forgotten" test script in TESTS + * tests/Makefile.am (TESTS): Also list ... + * tests/java-empty-classpath.test: ... this test. Since we are + at it, remove trailing whitespace from a couple of lines. + + 2011-08-25 Eric Blake + + ylwrap: fix unusual indentation whitespace + * lib/ylwrap: Convert tabs to spaces. + Reported by Karl Berry. + +2011-08-28 Stefano Lattarini + + testsuite: different test scripts cannot share the same basename + If two test scripts have the same basename, they will end up + sharing the same log file, leading to all sort of undefined and + undesired behaviours. Add a Makefile check verifying that this + is not the case. + * tests/test-logs-repeated.test: New test, verifying previously + unspecified semantics (in the definition of $(TEST_LOGS) from + $(TESTS)) that we use in our new check. + * tests/Makefile.am (TESTS): Update. + (check-no-repeated-test-name): New .PHONY check. + (check-local): Depend on it. + 2011-08-26 Stefano Lattarini tests: fix spurious failure for awk implementation of TAP driver