Skip to content
Snippets Groups Projects
Commit e7dc84df authored by Christian Goetze (CG)'s avatar Christian Goetze (CG)
Browse files

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

parent e5058cde
No related branches found
No related tags found
No related merge requests found
...@@ -86,6 +86,7 @@ def main(command, libpath=[], vars={}): ...@@ -86,6 +86,7 @@ def main(command, libpath=[], vars={}):
# Now rebuild the path string. This way we use a minimum of separators # Now rebuild the path string. This way we use a minimum of separators
# -- and we avoid adding a pointless separator when libpath is empty. # -- and we avoid adding a pointless separator when libpath is empty.
os.environ[var] = os.pathsep.join(dirs) os.environ[var] = os.pathsep.join(dirs)
print "%s = %r" % (var, os.environ[var])
# Now handle arbitrary environment variables. The tricky part is ensuring # Now handle arbitrary environment variables. The tricky part is ensuring
# that all the keys and values we try to pass are actually strings. # that all the keys and values we try to pass are actually strings.
if vars: if vars:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment