summaryrefslogtreecommitdiff
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
parent5a9bd7e020f80eb248115df7a8027cf3d0ab5f62 (diff)
downloadpystache-9765f2633db6ee41711a61d48675acc96b9ed010.tar.gz
Add PYTHONHASHSEED to the test output.
-rw-r--r--HISTORY.md2
-rw-r--r--pystache/tests/main.py1
2 files changed, 3 insertions, 0 deletions
diff --git a/HISTORY.md b/HISTORY.md
index 5aac5f2..1f70335 100644
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -6,6 +6,8 @@ History
0.6.0 (TBD)
-----------
+- Added [`PYTHONHASHSEED`](http://docs.python.org/using/cmdline.html#envvar-PYTHONHASHSEED)
+ to the test output.
- TODO
0.5.3 (2012-11-03)
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