diff options
Diffstat (limited to 'BuildTools/SCons/Tools/Test.py')
| -rw-r--r-- | BuildTools/SCons/Tools/Test.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BuildTools/SCons/Tools/Test.py b/BuildTools/SCons/Tools/Test.py index 7e4609d..1eee4f6 100644 --- a/BuildTools/SCons/Tools/Test.py +++ b/BuildTools/SCons/Tools/Test.py | |||
| @@ -19,7 +19,7 @@ def generate(env) : | |||
| 19 | 19 | ||
| 20 | # Set environment variables for running the test | 20 | # Set environment variables for running the test |
| 21 | test_env = env.Clone() | 21 | test_env = env.Clone() |
| 22 | for i in ["HOME", "USERPROFILE", "APPDATA"]: | 22 | for i in ["HOME", "USERPROFILE", "APPDATA", "ASAN_OPTIONS", "LSAN_OPTIONS", "SWIFT_NETWORK_TEST_IPV4", "SWIFT_NETWORK_TEST_IPV6"]: |
| 23 | if os.environ.get(i, "") : | 23 | if os.environ.get(i, "") : |
| 24 | test_env["ENV"][i] = os.environ[i] | 24 | test_env["ENV"][i] = os.environ[i] |
| 25 | if env["target"] == "android" : | 25 | if env["target"] == "android" : |
Swift