libtool-commit
[Top][All Lists]
Advanced

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

[SCM] GNU Libtool branch, master, updated. v2.2.6-62-ga2939b1


From: Peter Rosin
Subject: [SCM] GNU Libtool branch, master, updated. v2.2.6-62-ga2939b1
Date: Wed, 14 Jan 2009 08:07:55 +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 Libtool".

The branch, master has been updated
       via  a2939b133b5e0d611fc92e25ee71ba50e3da0201 (commit)
      from  4efe88d335c419ca926a31dc5faf8aea4bae3aad (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 a2939b133b5e0d611fc92e25ee71ba50e3da0201
Author: Peter Rosin <address@hidden>
Date:   Wed Jan 14 09:04:40 2009 +0100

    Fix flakey mdemo-dryrun test on MSYS (again!)
    
    * tests/mdemo-dryrun.test: ls -l in MSYS sometimes shows year,
    not time, for really fresh files. Add sleep 1 call at yet another
    strategic position. Makes the test pass reliably for MSYS/MinGW.
    
    Signed-off-by: Peter Rosin <address@hidden>

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

Summary of changes:
 ChangeLog               |    7 +++++++
 tests/mdemo-dryrun.test |    2 ++
 2 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 9ba522d..3f89b44 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2009-01-14  Peter Rosin  <address@hidden>
+
+       Fix flakey mdemo-dryrun test on MSYS (again!)
+       * tests/mdemo-dryrun.test: ls -l in MSYS sometimes shows year,
+       not time, for really fresh files. Add sleep 1 call at yet another
+       strategic position. Makes the test pass reliably for MSYS/MinGW.
+
 2008-12-19  Akim Demaille  <address@hidden>
 
        Fix copyright notice.
diff --git a/tests/mdemo-dryrun.test b/tests/mdemo-dryrun.test
index 8bef7bc..678891d 100755
--- a/tests/mdemo-dryrun.test
+++ b/tests/mdemo-dryrun.test
@@ -99,6 +99,8 @@ func_make install
 func_msg "Running $MAKE uninstall in ../mdemo (dry run)"
 # Libtool does not uninstall the programs, remove them first
 rm -f "$prefix/bin/mdemo$EXEEXT" "$prefix/bin/mdemo_static$EXEEXT"
+# ls -l in MSYS sometimes shows year, not time, for really fresh files.
+sleep 1
 ls -l . $objdir | grep -v total > $before
 ls -lR $prefix | grep -v total >> $before
 force_dry_run=: $MAKE uninstall 1>&2 || exit $?


hooks/post-receive
--
GNU Libtool




reply via email to

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