automake-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Automake-commit] [SCM] GNU Automake branch, testsuite-work, updated. v1


From: Stefano Lattarini
Subject: [Automake-commit] [SCM] GNU Automake branch, testsuite-work, updated. v1.11-840-g7fd7a7d
Date: Sat, 07 May 2011 13:39:35 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Automake".

http://git.sv.gnu.org/gitweb/?p=automake.git;a=commitdiff;h=7fd7a7d1560a3181a98118d7d8869e8c78ea2e8c

The branch, testsuite-work has been updated
       via  7fd7a7d1560a3181a98118d7d8869e8c78ea2e8c (commit)
       via  a370e2f5cd098af9b95314cdd49b0fbee6588a82 (commit)
      from  d6e4affddfacf8be419e64eb7ec50833f695a290 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 7fd7a7d1560a3181a98118d7d8869e8c78ea2e8c
Merge: d6e4aff a370e2f
Author: Stefano Lattarini <address@hidden>
Date:   Sat May 7 15:38:56 2011 +0200

    Merge branch 'maint' into testsuite-work
    
    * maint:
      tests: fix spurious failure of txinfo21.test on FreeBSD

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog           |    9 +++++++++
 tests/txinfo21.test |    4 ++--
 2 files changed, 11 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 49fe0f8..5141432 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
 2011-05-07  Stefano Lattarini  <address@hidden>
 
+       tests: fix spurious failure of txinfo21.test on FreeBSD
+       * tests/txinfo21.test: Use the `is_newest' subroutine instead of
+       the `ls -t' hack to to determine whether a file has been updated.
+       This is required because at least FreeBSD `ls' do not sort files
+       with the same timestamp in alphabetical order when using the `-t'
+       option.
+
+2011-05-07  Stefano Lattarini  <address@hidden>
+
        tests: fix syntax error in 'silentcxx-gcc.test'
        * tests/silentcxx-gcc.test (for config_args in ...): Remove extra
        trailing backslash from the list of looped-on items.
diff --git a/tests/txinfo21.test b/tests/txinfo21.test
index 5196680..339011a 100755
--- a/tests/txinfo21.test
+++ b/tests/txinfo21.test
@@ -94,11 +94,11 @@ test -d sub/main2.html
 test -d rec/main3.html
 
 # Rebuilding main.html should cause its timestamp to be updated.
-test `ls -1td main.texi main.html | sed 1q` = main.html
+is_newest main.html main.texi
 $sleep
 touch main.texi
 $MAKE html
-test `ls -1td main.texi main.html | sed 1q` = main.html
+is_newest main.html main.texi
 
 $MAKE clean
 test ! -d main.html


hooks/post-receive
-- 
GNU Automake



reply via email to

[Prev in Thread] Current Thread [Next in Thread]