summaryrefslogtreecommitdiff
path: root/indra/cmake/run_build_test.py
diff options
context:
space:
mode:
authorChristian Goetze (CG) <cg@lindenlab.com>2010-09-13 13:18:49 -0700
committerChristian Goetze (CG) <cg@lindenlab.com>2010-09-13 13:18:49 -0700
commite7dc84df0d71cd544bc8b8cb8d49133bef19ade8 (patch)
tree2a50ffe284c4edba32d44875e8721c48ef39d90d /indra/cmake/run_build_test.py
parente5058cdeb3653e47e2b28907324b210cfab92c8f (diff)
Add debug output to "indra/cmake/run_build_test.py".
Diffstat (limited to 'indra/cmake/run_build_test.py')
-rw-r--r--indra/cmake/run_build_test.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/cmake/run_build_test.py b/indra/cmake/run_build_test.py
index 104585c195..dca206f51f 100644
--- a/indra/cmake/run_build_test.py
+++ b/indra/cmake/run_build_test.py
@@ -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: