diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2024-04-17 15:35:58 +0200 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2024-04-17 15:35:58 +0200 |
commit | 5d0d60eabe56f5f8b84fe857b6e857d60c0a44c8 (patch) | |
tree | 6e79d6b6bc9c9ecc21aa2407953e5f1899910c61 /CC/test/runner | |
parent | ee004deede4f008f55d4b5b548521c209dafda9b (diff) | |
parent | df57e7ac05e218a910ce56a1a2bff16ccdaaba20 (diff) | |
download | rules-cc-5d0d60eabe56f5f8b84fe857b6e857d60c0a44c8.tar.gz |
Merge branch 'just-rules' into rules
Diffstat (limited to 'CC/test/runner')
-rwxr-xr-x | CC/test/runner | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CC/test/runner b/CC/test/runner index fc1f04c..45a1bee 100755 --- a/CC/test/runner +++ b/CC/test/runner @@ -46,7 +46,7 @@ os.makedirs(TEMP_DIR, exist_ok=True) WORK_DIR = os.path.realpath("work") os.makedirs(WORK_DIR, exist_ok=True) -ENV = dict(os.environ, TEST_TMPDIR=TEMP_DIR) +ENV = dict(os.environ, TEST_TMPDIR=TEMP_DIR, TMPDIR=TEMP_DIR) with open('test-launcher.json') as f: test_launcher = json.load(f) |