texinfo-commits
[Top][All Lists]
Advanced

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

[6357] remove delay if PID of ginfo is unknown


From: Gavin D. Smith
Subject: [6357] remove delay if PID of ginfo is unknown
Date: Tue, 23 Jun 2015 19:58:34 +0000

Revision: 6357
          http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=6357
Author:   gavin
Date:     2015-06-23 19:58:33 +0000 (Tue, 23 Jun 2015)
Log Message:
-----------
remove delay if PID of ginfo is unknown

Modified Paths:
--------------
    trunk/ChangeLog
    trunk/info/t/Init-inter.inc

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog     2015-06-23 19:52:25 UTC (rev 6356)
+++ trunk/ChangeLog     2015-06-23 19:58:33 UTC (rev 6357)
@@ -1,5 +1,10 @@
 2015-06-23  Gavin Smith  <address@hidden>
 
+       * info/t/Init-inter.inc (run_ginfo): Remove delay if PID of 
+       process is unknown.
+
+2015-06-23  Gavin Smith  <address@hidden>
+
        * info/pseudotty.c: Define _XOPEN_SOURCE as 600 instead of 500.
 
 2015-06-23  Gavin Smith  <address@hidden>

Modified: trunk/info/t/Init-inter.inc
===================================================================
--- trunk/info/t/Init-inter.inc 2015-06-23 19:52:25 UTC (rev 6356)
+++ trunk/info/t/Init-inter.inc 2015-06-23 19:58:33 UTC (rev 6357)
@@ -160,11 +160,4 @@
     echo 'pgrep program not found - cannot get PID of ginfo process' >&2
     GINFO_PID=unknown
   fi
-  #
-  # If the PID is unknown, wait for a short time to wait for the program 
-  # to start.  Normally this isn't needed, but on a few tests, it breaks
-  # otherwise, possibly because some bytes have special meaning to the 
-  # terminal, like C-u for kill and C-s for stop, and haven't been 
-  # turned off yet.
-  test $GINFO_PID = unknown && sleep 1
 }




reply via email to

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