summaryrefslogtreecommitdiff
path: root/utils/lit/tests/Inputs/shtest-format/external_shell/fail_with_bad_encoding.txt
diff options
context:
space:
mode:
authorHans Wennborg <hans@hanshq.net>2018-08-13 08:13:43 +0000
committerHans Wennborg <hans@hanshq.net>2018-08-13 08:13:43 +0000
commit5a09a6b1e4a5984ecd4e0f915b52e5b268bced99 (patch)
tree3784784afcb21c80802645e9cc8bc703abdc00b9 /utils/lit/tests/Inputs/shtest-format/external_shell/fail_with_bad_encoding.txt
parentc7b32708768b1768e941bfcd30334e22f40c0145 (diff)
Merging r339073:
------------------------------------------------------------------------ r339073 | stella.stamenova | 2018-08-07 00:37:44 +0200 (Tue, 07 Aug 2018) | 14 lines [lit, python] Always add quotes around the python path in lit Summary: The issue with the python path is that the path to python on Windows can contain spaces. To make the tests always work, the path to python needs to be surrounded by quotes. This change updates several configuration files which specify the path to python as a substitution and also remove quotes from existing tests. Reviewers: asmith, zturner, alexshap, jakehehrlich Reviewed By: zturner, alexshap, jakehehrlich Subscribers: mehdi_amini, nemanjai, eraman, kbarton, jakehehrlich, steven_wu, dexonsmith, stella.stamenova, delcypher, llvm-commits Differential Revision: https://reviews.llvm.org/D50206 ------------------------------------------------------------------------ git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_70@339541 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils/lit/tests/Inputs/shtest-format/external_shell/fail_with_bad_encoding.txt')
-rw-r--r--utils/lit/tests/Inputs/shtest-format/external_shell/fail_with_bad_encoding.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/lit/tests/Inputs/shtest-format/external_shell/fail_with_bad_encoding.txt b/utils/lit/tests/Inputs/shtest-format/external_shell/fail_with_bad_encoding.txt
index ce38831e32e..7fbc7087a1a 100644
--- a/utils/lit/tests/Inputs/shtest-format/external_shell/fail_with_bad_encoding.txt
+++ b/utils/lit/tests/Inputs/shtest-format/external_shell/fail_with_bad_encoding.txt
@@ -1,5 +1,5 @@
# Run a command that fails with error on stdout.
#
-# RUN: "%{python}" %S/write-bad-encoding.py
+# RUN: %{python} %S/write-bad-encoding.py
# RUN: false