bug-groff
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug #61079] [groff] check of reg...59202.sh returns one


From: Bjarni Ingi Gislason
Subject: [bug #61079] [groff] check of reg...59202.sh returns one
Date: Tue, 31 Aug 2021 21:07:17 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0

Follow-up Comment #4, bug #61079 (project groff):

  My "make check" returned FAIL again.

  I checked it three times with and without -j and all caused
FAIL.

  As it looked like a race condition I checked three times with
"sleep 5" between the commands and equally often with "sleep 1" with a
PASS result in all cases.

  The sequence of the commands is necessary for a right result,
so the shell must be told to do so.

  The script uses:

echo | "$groff" >&-
! test -e core

  As the first line returns false,
adding " || \" to that line should insure that it will be executed first
and finished before next line is executed.

  If the command in the first line would return true,
then the next line is superfluous.


    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?61079>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]