[Xorp-cvs] XORP cvs commit: xorp/bgp/harness

Bruce Simpson bms@icir.org
Mon, 3 Apr 2006 18:41:48 GMT


CVSROOT:	/usr/local/www/data/cvs
Module name:	xorp
Changes by:	bms@xorpc.icir.org	2006-04-03 18:41:48 UTC

XORP CVS repository


Modified files:
	bgp/harness   test_peering2.sh 

Log message:
	Explicitly check for python in the environment, and use it if
	found. If not found, die.
	
	This is a defensive measure to ensure that python is installed
	when running the BGP regression tests.
	
	Currently we are not passed $PYTHON from the top level make,
	although we use AC_CHECK_PROG for Python. We should really
	use AM_PATH_PYTHON, and propagate the $PYTHON variable from
	GNU Make into the environment, to correctly use the detected
	python binary from the build environment.
	
	For cross-compiles, this would be a no-op.
	
	Tested on FreeBSD 6.1 and Windows Server 2003.

Revision  Changes                               Path
1.52      +17 -8;  commitid: ec0e44316c337ea6;  xorp/bgp/harness/test_peering2.sh