author | Alberto Bertogli
<albertito@blitiri.com.ar> 2018-10-14 20:29:25 UTC |
committer | Alberto Bertogli
<albertito@blitiri.com.ar> 2018-10-14 20:29:25 UTC |
parent | 371a33e03b4e3c8207a6a6dd03fcc79d2a6451cd |
tests/stress/jiostress | +5 | -0 |
diff --git a/tests/stress/jiostress b/tests/stress/jiostress index faa5d06..ecb2075 100755 --- a/tests/stress/jiostress +++ b/tests/stress/jiostress @@ -9,6 +9,11 @@ failures. import sys import os + +# Extend the modules path with PYTHON3PATH, which is useful for automated +# testing under some conditions. +sys.path[1:1] = os.getenv("PYTHON3PATH", "").split(os.pathsep) + import time import select import random