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 <p...@lysator.liu.se> 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 <p...@lysator.liu.se> ----------------------------------------------------------------------- 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 <p...@lysator.liu.se> + + 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 <demai...@gostai.com> 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