|
2 | 2 | # RUN: rm -rf %t
|
3 | 3 | # RUN: mkdir %t
|
4 | 4 | # # Query the python server for artifacts
|
5 |
| -# RUN: DEBUGINFOD_CACHE_PATH=%t %python %s --server-path %S/Inputs \ |
| 5 | +# RUN: env DEBUGINFOD_CACHE_PATH=%t %python %s --server-path %S/Inputs \ |
6 | 6 | # RUN: --tool-cmd 'llvm-debuginfod-find --dump --executable abcdef' | \
|
7 | 7 | # RUN: FileCheck %s --check-prefix=EXECUTABLE
|
8 |
| -# RUN: DEBUGINFOD_CACHE_PATH=%t %python %s --server-path %S/Inputs \ |
| 8 | +# RUN: env DEBUGINFOD_CACHE_PATH=%t %python %s --server-path %S/Inputs \ |
9 | 9 | # RUN: --tool-cmd 'llvm-debuginfod-find --dump --source=/directory/file.c abcdef' | \
|
10 | 10 | # RUN: FileCheck %s --check-prefix=SOURCE
|
11 |
| -# RUN: DEBUGINFOD_CACHE_PATH=%t %python %s --server-path %S/Inputs \ |
| 11 | +# RUN: env DEBUGINFOD_CACHE_PATH=%t %python %s --server-path %S/Inputs \ |
12 | 12 | # RUN: --tool-cmd 'llvm-debuginfod-find --dump --debuginfo abcdef' | \
|
13 | 13 | # RUN: FileCheck %s --check-prefix=DEBUGINFO
|
14 | 14 |
|
|
18 | 18 |
|
19 | 19 | # # The artifacts should still be present in the cache without needing to query
|
20 | 20 | # # the server.
|
21 |
| -# RUN: DEBUGINFOD_CACHE_PATH=%t llvm-debuginfod-find --dump --executable abcdef | \ |
| 21 | +# RUN: env DEBUGINFOD_CACHE_PATH=%t llvm-debuginfod-find --dump --executable abcdef | \ |
22 | 22 | # RUN: FileCheck %s --check-prefix=EXECUTABLE
|
23 |
| -# RUN: DEBUGINFOD_CACHE_PATH=%t llvm-debuginfod-find --dump \ |
| 23 | +# RUN: env DEBUGINFOD_CACHE_PATH=%t llvm-debuginfod-find --dump \ |
24 | 24 | # RUN: --source=/directory/file.c abcdef | \
|
25 | 25 | # RUN: FileCheck %s --check-prefix=SOURCE
|
26 |
| -# RUN: DEBUGINFOD_CACHE_PATH=%t llvm-debuginfod-find --dump --debuginfo abcdef | \ |
| 26 | +# RUN: env DEBUGINFOD_CACHE_PATH=%t llvm-debuginfod-find --dump --debuginfo abcdef | \ |
27 | 27 | # RUN: FileCheck %s --check-prefix=DEBUGINFO
|
28 | 28 |
|
29 | 29 |
|
|
0 commit comments