summaryrefslogtreecommitdiff
path: root/test_pystache.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test_pystache.sh')
-rwxr-xr-xtest_pystache.sh11
1 files changed, 11 insertions, 0 deletions
diff --git a/test_pystache.sh b/test_pystache.sh
new file mode 100755
index 0000000..4d4cfcb
--- /dev/null
+++ b/test_pystache.sh
@@ -0,0 +1,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 "$@"