Thanks but I'm still not clear on this point:
In the Makefile for the Tcl port:
# Needs a full network connection to run
REGRESS_IS_INTERACTIVE=Yes
Is the network fully connected when you're out hiking? :)
Also, 'headless', iiuc means no X display; could a port which needs an X
display for regress use Xvfb(1)?
Stu
From: "Chris Kuethe" <[EMAIL PROTECTED]>
To: "Stuart Cassoff" <[EMAIL PROTECTED]>
Subject: Re: How to determine when to use REGRESS_IS_INTERACTIVE ?
Date: Tue, 15 Apr 2008 15:09:59 -0700
On Tue, Apr 15, 2008 at 2:40 PM, Stuart Cassoff <[EMAIL PROTECTED]>
wrote:
> What determines whether a port needs REGRESS_IS_INTERACTIVE or not?
> Obviously anything requiring keyboard input, but what other things?
Network
> connectivity? An X display?
> What does 'interactive' mean?
It means that interaction is needed.
Consider this: could the rack of headless machines in Theo's basement
run "make regress" while the rest of us go hiking?
CK
--
GDB has a 'break' feature; why doesn't it have 'fix' too?