Skip to content

Commit 42f9ca5

Browse files
committed
[Debuginfod][test] Fix debuginfod.test to use %python instead of python after D112759
1 parent 3dd2d4c commit 42f9ca5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

llvm/test/tools/llvm-debuginfod-find/debuginfod.test

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
# RUN: rm -rf %t
33
# RUN: mkdir %t
44
# # Query the python server for artifacts
5-
# RUN: DEBUGINFOD_CACHE_PATH=%t python %s --server-path %S/Inputs \
5+
# RUN: DEBUGINFOD_CACHE_PATH=%t %python %s --server-path %S/Inputs \
66
# RUN: --tool-cmd 'llvm-debuginfod-find --dump --executable abcdef' | \
77
# RUN: FileCheck %s --check-prefix=EXECUTABLE
8-
# RUN: DEBUGINFOD_CACHE_PATH=%t python %s --server-path %S/Inputs \
8+
# RUN: DEBUGINFOD_CACHE_PATH=%t %python %s --server-path %S/Inputs \
99
# RUN: --tool-cmd 'llvm-debuginfod-find --dump --source=/directory/file.c abcdef' | \
1010
# RUN: FileCheck %s --check-prefix=SOURCE
11-
# RUN: DEBUGINFOD_CACHE_PATH=%t python %s --server-path %S/Inputs \
11+
# RUN: DEBUGINFOD_CACHE_PATH=%t %python %s --server-path %S/Inputs \
1212
# RUN: --tool-cmd 'llvm-debuginfod-find --dump --debuginfo abcdef' | \
1313
# RUN: FileCheck %s --check-prefix=DEBUGINFO
1414

0 commit comments

Comments
 (0)