From ebd78d0de9da37ecf81d66cba27493f9b6d106b0 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Sat, 10 Jan 2009 06:25:34 +0000 Subject: gsfake hang problem is solved. We still have some timing-dependent glitches in the regression tests, though. --- regress-driver | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'regress-driver') diff --git a/regress-driver b/regress-driver index 1f1d4dad..abd87fbc 100755 --- a/regress-driver +++ b/regress-driver @@ -7,21 +7,6 @@ PATH=.:$PATH export PATH -# This works around an obscure bug in pty handling that we encounter -# when using 2.5.x built with gcc 4.3.2 or later. The symptom is simple: -# gpsfake hangs. For debugging purposes, you can force the version by -# setting the nvironment variable GPSFAKE_PYTHON. -python=python -if [ "$GPSFAKE_PYTHON" ] -then - python=$GPSFAKE_PYTHON - echo "Using $python." -elif [ -x /usr/bin/python2.4 ] -then - python=python2.4 - echo "Using $python." -fi - mode=regress while getopts trbvo:n opt do -- cgit v1.2.1