From a1adc07f83aa0508a16458937fa4ee6cdb689231 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 20 Oct 2019 13:59:43 +0100 Subject: [PATCH] mtest: Set PYTHONHASHSEED This will allow us to avoid test output being reordered due to hash instability. Signed-off-by: Ian Jackson --- mtest/common.tcl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mtest/common.tcl b/mtest/common.tcl index 434f722..7b23e1c 100644 --- a/mtest/common.tcl +++ b/mtest/common.tcl @@ -17,4 +17,6 @@ proc run-mss-userv {user group args} { file mkdir $tmp/groupfiles +set env(PYTHONHASHSEED) 0 + prefix_some_path PYTHONPATH . -- 2.30.2