Add debug output to "indra/cmake/run_build_test.py".

meow-7.2.2
Christian Goetze (CG) 2010-09-13 13:18:49 -07:00
parent e5058cdeb3
commit e7dc84df0d
1 changed files with 1 additions and 0 deletions

View File

@ -86,6 +86,7 @@ def main(command, libpath=[], vars={}):
# Now rebuild the path string. This way we use a minimum of separators
# -- and we avoid adding a pointless separator when libpath is empty.
os.environ[var] = os.pathsep.join(dirs)
print "%s = %r" % (var, os.environ[var])
# Now handle arbitrary environment variables. The tricky part is ensuring
# that all the keys and values we try to pass are actually strings.
if vars: