From mboxrd@z Thu Jan 1 00:00:00 1970 From: Keith Seitz To: Subject: Re: [RFA] Force suppression of Insight test Date: Mon, 23 Jul 2001 12:03:00 -0000 Message-id: References: <3B5C6A91.F47A986E@cygnus.com> X-SW-Source: 2001-07/msg00573.html On Mon, 23 Jul 2001, Fernando Nasser wrote: > Keith Seitz wrote: > > > > The following patch will allow developers to specifically skip insight > > tests by setting the environment variable "GDB_DISPLAY" to "": > > > > $ GDB_DISPLAY="" make RUNTESTFLAGS="console.exp" check > > > > (By default, the testsuite will look for Xvfb if GDB_DISPLAY is not set or > > it will use DISPLAY=$GDB_DISPLAY if it is set and not empty.) > > > > Keith > > > > Approved. Done. Keith