]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
* tests/tail-2/assert-2: Mark as a very-expensive test, because I
authorJim Meyering <jim@meyering.net>
Sun, 19 Nov 2006 22:19:06 +0000 (23:19 +0100)
committerJim Meyering <jim@meyering.net>
Sun, 19 Nov 2006 22:19:06 +0000 (23:19 +0100)
find the 7-second sleep annoyingly long.  Besides, this test is
probably far too specific and timing sensitive ever to trigger again.
* tests/tail-2/assert: Likewise.

ChangeLog
tests/tail-2/assert
tests/tail-2/assert-2

index ef370508abeddab789bce66cc6d9a17bfc0dd0cb..b7cb858595fc8bed109d480fa078875083400890 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2006-11-19  Jim Meyering  <jim@meyering.net>
 
+       * tests/tail-2/assert-2: Mark as a very-expensive test, because I
+       find the 7-second sleep annoyingly long.  Besides, this test is
+       probably far too specific and timing sensitive ever to trigger again.
+       * tests/tail-2/assert: Likewise.
+
        Post-release version change.
        * NEWS: Add a line for 6.6-pre.
        * configure.ac (AC_INIT): Bump to 6.6 and add "-pre" suffix.
index 31148e92946e8157d09c9c8f66f7afd99d3f4923..b94a6ba18dda37746c8b28f987596f9d4f62f528 100755 (executable)
@@ -30,6 +30,9 @@ if test "$VERBOSE" = yes; then
   tail --version
 fi
 
+# Not "expensive" per se, but sleeping for so long is annoying.
+. $srcdir/../very-expensive
+
 tmp=tail-assert.$$
 pwd=`pwd`
 trap 'cd "$pwd" && rm -rf $tmp' 0 1 2 3 15
index cf9e2629c8a05e915af4d79c0970b7ef935db624..f53575855a682002d48cdd34e9856d93418c104d 100755 (executable)
@@ -25,6 +25,9 @@ if test "$VERBOSE" = yes; then
   tail --version
 fi
 
+# Not "expensive" per se, but sleeping for so long is annoying.
+. $srcdir/../very-expensive
+
 tmp=tail-as2.$$
 pwd=`pwd`
 trap 'cd "$pwd" && rm -rf $tmp' 0 1 2 3 15