* 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.
This commit is contained in:
Jim Meyering
2006-11-19 23:19:06 +01:00
parent 318fb0502d
commit 81ebd46046
3 changed files with 11 additions and 0 deletions
+5
View File
@@ -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.
+3
View File
@@ -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
+3
View File
@@ -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