]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Make the output of "make check" more reproducible.
authorJim Meyering <jim@meyering.net>
Wed, 6 Dec 2006 15:36:29 +0000 (16:36 +0100)
committerJim Meyering <jim@meyering.net>
Wed, 6 Dec 2006 15:36:29 +0000 (16:36 +0100)
* tests/misc/date-sec: Don't emit any diagnostic about sleeping.

ChangeLog
tests/misc/date-sec

index 551668c0f5beb6fb4863648abfe2b730ea19a415..ec4e3ecdea88cfa4c038d1b9765cabe35bd1da02 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-12-06  Jim Meyering  <jim@meyering.net>
+
+       Make the output of "make check" more reproducible.
+       * tests/misc/date-sec: Don't emit any diagnostic about sleeping.
+
 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
 
        * src/install.c (install_file_in_file): Preserve time stamps
index 0ec5f77b7633ed0c4e375eaae2ba7a01d8da5364..6852c8791f79d7e6cb175bcfdb76ec37dc023972 100755 (executable)
@@ -56,7 +56,7 @@ case "$s" in
 esac
 
 # If necessary, wait for the system clock to pass the minute mark.
-test $n = 0 || { echo sleeping for 1-3 seconds...; sleep $n; }
+test $n = 0 || sleep $n
 
 s=`date --date="21:04 +0100" +%S`
 case "$s" in