[Xorp-cvs] SF.net SVN: xorp:[11584] trunk/xorp/SConstruct

bms_fbsd at users.sourceforge.net bms_fbsd at users.sourceforge.net
Thu Nov 26 12:50:43 PST 2009


Revision: 11584
          http://xorp.svn.sourceforge.net/xorp/?rev=11584&view=rev
Author:   bms_fbsd
Date:     2009-11-26 20:50:42 +0000 (Thu, 26 Nov 2009)

Log Message:
-----------
Fix syntax of printing ignore_check_errors option status. It is
set as a default inside site_scons/site_tools/autotest.py, so
we need to print it as though it is already set.

Modified Paths:
--------------
    trunk/xorp/SConstruct

Modified: trunk/xorp/SConstruct
===================================================================
--- trunk/xorp/SConstruct	2009-11-26 20:15:21 UTC (rev 11583)
+++ trunk/xorp/SConstruct	2009-11-26 20:50:42 UTC (rev 11584)
@@ -139,9 +139,11 @@
     env['SHAREDLIBS'] = "defined"
 print 'Shared libraries: ', env.has_key('SHAREDLIBS')
 
+# AUTOTEST_SKIP_ERRORS is SetDefault() by site_scons/site_tools/autotest.py,
+# so print its value here.
 if env['ignore_check_errors']:
     env['AUTOTEST_SKIP_ERRORS'] = True
-print 'Ignore test errors: ', env.has_key('AUTOTEST_SKIP_ERRORS')
+print 'Ignore check errors: ', env['AUTOTEST_SKIP_ERRORS']
 
 print 'Debug STL:        ', env['debug_stl']
 # XXX Enabling debug messages for the whole tree may not be what you want,


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the Xorp-cvs mailing list