From 748f88d3c81def7b3a570268dad82bf580a0ecf1 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Thu, 24 Oct 2019 17:47:16 +0100 Subject: [PATCH] mtest: Set PYTHONBYTECODEBASE here too This prevents ad-hoc manual runs from genrating unwanted cache files. Signed-off-by: Ian Jackson --- mtest/common.tcl | 1 + 1 file changed, 1 insertion(+) diff --git a/mtest/common.tcl b/mtest/common.tcl index 7b23e1c..6da2af6 100644 --- a/mtest/common.tcl +++ b/mtest/common.tcl @@ -18,5 +18,6 @@ proc run-mss-userv {user group args} { file mkdir $tmp/groupfiles set env(PYTHONHASHSEED) 0 +set env(PYTHONBYTECODEBASE) 0 prefix_some_path PYTHONPATH . -- 2.30.2