summaryrefslogtreecommitdiffstats
path: root/llvm/utils/lit/tests/shell-parsing.py
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2013-08-14 05:07:09 +0000
committerDaniel Dunbar <daniel@zuster.org>2013-08-14 05:07:09 +0000
commit6d0ed4cd16403e40bf213418fbd4e6e76b219bba (patch)
tree0d6d1f89ebf3786917aa56e1ab52e8db16f6aaa5 /llvm/utils/lit/tests/shell-parsing.py
parent1ba25a1e56a2d910ef002208a44f9678b3e667a7 (diff)
downloadbcm5719-llvm-6d0ed4cd16403e40bf213418fbd4e6e76b219bba.tar.gz
bcm5719-llvm-6d0ed4cd16403e40bf213418fbd4e6e76b219bba.zip
[lit] Fix tests to execute lit with same python as invoked with.
llvm-svn: 188358
Diffstat (limited to 'llvm/utils/lit/tests/shell-parsing.py')
-rw-r--r--llvm/utils/lit/tests/shell-parsing.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/utils/lit/tests/shell-parsing.py b/llvm/utils/lit/tests/shell-parsing.py
index f644132f29d..a07e988861f 100644
--- a/llvm/utils/lit/tests/shell-parsing.py
+++ b/llvm/utils/lit/tests/shell-parsing.py
@@ -1,3 +1,3 @@
# Just run the ShUtil unit tests.
#
-# RUN: python -m lit.ShUtil
+# RUN: %{python} -m lit.ShUtil
OpenPOWER on IntegriCloud