From: Jim Meyering Date: Sun, 19 Nov 2006 22:19:06 +0000 (+0100) Subject: * tests/tail-2/assert-2: Mark as a very-expensive test, because I X-Git-Tag: COREUTILS-6_6~9 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=81ebd460461c30eec727ec42e9db028c870b31be;p=thirdparty%2Fcoreutils.git * 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. --- diff --git a/ChangeLog b/ChangeLog index ef370508ab..b7cb858595 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2006-11-19 Jim Meyering + * 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. diff --git a/tests/tail-2/assert b/tests/tail-2/assert index 31148e9294..b94a6ba18d 100755 --- a/tests/tail-2/assert +++ b/tests/tail-2/assert @@ -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 diff --git a/tests/tail-2/assert-2 b/tests/tail-2/assert-2 index cf9e2629c8..f53575855a 100755 --- a/tests/tail-2/assert-2 +++ b/tests/tail-2/assert-2 @@ -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