Skip to content

Commit

Permalink
[Debuginfod][test] Fix debuginfod.test to use %python instead of pyth…
Browse files Browse the repository at this point in the history
…on after D112759
  • Loading branch information
MaskRay committed Feb 5, 2022
1 parent 3dd2d4c commit 42f9ca5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions llvm/test/tools/llvm-debuginfod-find/debuginfod.test
Expand Up @@ -2,13 +2,13 @@
# RUN: rm -rf %t
# RUN: mkdir %t
# # Query the python server for artifacts
# RUN: DEBUGINFOD_CACHE_PATH=%t python %s --server-path %S/Inputs \
# RUN: DEBUGINFOD_CACHE_PATH=%t %python %s --server-path %S/Inputs \
# RUN: --tool-cmd 'llvm-debuginfod-find --dump --executable abcdef' | \
# RUN: FileCheck %s --check-prefix=EXECUTABLE
# RUN: DEBUGINFOD_CACHE_PATH=%t python %s --server-path %S/Inputs \
# RUN: DEBUGINFOD_CACHE_PATH=%t %python %s --server-path %S/Inputs \
# RUN: --tool-cmd 'llvm-debuginfod-find --dump --source=/directory/file.c abcdef' | \
# RUN: FileCheck %s --check-prefix=SOURCE
# RUN: DEBUGINFOD_CACHE_PATH=%t python %s --server-path %S/Inputs \
# RUN: DEBUGINFOD_CACHE_PATH=%t %python %s --server-path %S/Inputs \
# RUN: --tool-cmd 'llvm-debuginfod-find --dump --debuginfo abcdef' | \
# RUN: FileCheck %s --check-prefix=DEBUGINFO

Expand Down

0 comments on commit 42f9ca5

Please sign in to comment.