summaryrefslogtreecommitdiff
path: root/pystache
diff options
context:
space:
mode:
authorChris Jerdonek <chris.jerdonek@gmail.com>2013-09-15 08:58:30 -0700
committerChris Jerdonek <chris.jerdonek@gmail.com>2013-09-15 08:58:30 -0700
commit9765f2633db6ee41711a61d48675acc96b9ed010 (patch)
tree2b0a4b6553fa45a6f9f113812cbf51ade3e8fe88 /pystache
parent5a9bd7e020f80eb248115df7a8027cf3d0ab5f62 (diff)
downloadpystache-9765f2633db6ee41711a61d48675acc96b9ed010.tar.gz
Add PYTHONHASHSEED to the test output.
Diffstat (limited to 'pystache')
-rw-r--r--pystache/tests/main.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/pystache/tests/main.py b/pystache/tests/main.py
index 8af6b2e..eefeca2 100644
--- a/pystache/tests/main.py
+++ b/pystache/tests/main.py
@@ -89,6 +89,7 @@ def main(sys_argv):
"""
# TODO: use logging module
print "pystache: running tests: argv: %s" % repr(sys_argv)
+ print "pystache: PYTHONHASHSEED: %r" % os.getenv('PYTHONHASHSEED')
should_source_exist = False
spec_test_dir = None