summaryrefslogtreecommitdiff
path: root/test_pystache.sh
blob: 4d4cfcbe810fb1df4c95c41966b2ae5343a55eae (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/bash
#
# This wrapper script is useful for running tests with different
# PYTHONHASHSEED values.
# 
# Sample usage:
#
#     $ ./test_pystache.sh [ARGS]
#
export PYTHONHASHSEED=$RANDOM
python test_pystache.py "$@"