[PATCH] D50373: [lit, tests] Fix failing lit test: shtest-format.py

Stella Stamenova via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 6 21:09:19 PDT 2018


This revision was not accepted when it landed; it landed in state "Needs Review".
This revision was automatically updated to reflect the committed changes.
Closed by commit rL339091: [lit, tests] Fix failing lit test: shtest-format.py (authored by stella.stamenova, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D50373?vs=159450&id=159451#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D50373

Files:
  llvm/trunk/utils/lit/tests/Inputs/shtest-format/lit.cfg


Index: llvm/trunk/utils/lit/tests/Inputs/shtest-format/lit.cfg
===================================================================
--- llvm/trunk/utils/lit/tests/Inputs/shtest-format/lit.cfg
+++ llvm/trunk/utils/lit/tests/Inputs/shtest-format/lit.cfg
@@ -6,4 +6,4 @@
 config.test_exec_root = None
 config.target_triple = 'x86_64-unknown-unknown'
 config.available_features.add('a-present-feature')
-config.substitutions.append(('%{python}', "'%s'" % (sys.executable)))
+config.substitutions.append(('%{python}', '"%s"' % (sys.executable)))


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D50373.159451.patch
Type: text/x-patch
Size: 540 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180807/efd176f1/attachment.bin>


More information about the llvm-commits mailing list