Chromium Code Reviews| Index: scripts/slave/goma_utils.py |
| diff --git a/scripts/slave/goma_utils.py b/scripts/slave/goma_utils.py |
| index 1485300d2419c98feea00853759c1d97ec89cc95..ad938908d15294455429ad53f2ad088a7e830cd1 100644 |
| --- a/scripts/slave/goma_utils.py |
| +++ b/scripts/slave/goma_utils.py |
| @@ -43,7 +43,7 @@ def GetShortHostname(): |
| def GetGomaTmpDirectory(): |
|
ukai
2016/08/16 05:39:47
GetGomaLogDirectory()?
tikuta
2016/08/16 05:46:01
Done.
|
| """Get goma's temp directory.""" |
| - candidates = ['GOMA_TMP_DIR', 'TEST_TMPDIR', 'TMPDIR', 'TMP'] |
| + candidates = ['TEST_TMPDIR', 'TMPDIR', 'TMP'] |
| for candidate in candidates: |
| value = os.environ.get(candidate) |
| if value and os.path.isdir(value): |