comparison .hgignore @ 18500:f0124a65e8f8 stable

run-tests.py: inherit PYTHONHASHSEED from environment if set This makes it possible to fix the seed by using for instance PYTHONHASHSEED=7 ./run-tests.py ... This can be very convenient when trying to debug problems that are influenced by hash values. Try different seed values until you find one that triggers the bad behaviour and then keep that while debugging. The value 0 will restore default Python behavior and disable randomization.
author Mads Kiilerich <madski@unity3d.com>
date Tue, 29 Jan 2013 20:03:51 +0100
parents 93d97a212559
children e43184680461
comparison
equal deleted inserted replaced
18499:d07834e52b4e 18500:f0124a65e8f8