[runtime] [test] Fix using %python path
authorMichal Gorny <mgorny@gentoo.org>
Sat, 22 Dec 2018 10:51:53 +0000 (10:51 +0000)
committerMichal Gorny <mgorny@gentoo.org>
Sat, 22 Dec 2018 10:51:53 +0000 (10:51 +0000)
commita70184ba92b8bdbb27d16321a656353abf955b82
tree036742278d487b154f09580cce5e0efa77e66bda
parentda1df56e5dde64cfb8a148ebfaf3265a299e8f28
[runtime] [test] Fix using %python path

Fix the newly-added tests to use %python substitution in order to use
the correct path to Python interpreter.  Otherwise, they fail on NetBSD
where there is no 'python', just 'pythonX.Y'.

Differential Revision: https://reviews.llvm.org/D56048

llvm-svn: 350001
12 files changed:
openmp/runtime/test/affinity/format/affinity_display.1.c
openmp/runtime/test/affinity/format/api.c
openmp/runtime/test/affinity/format/api2.c
openmp/runtime/test/affinity/format/increase.c
openmp/runtime/test/affinity/format/nested.c
openmp/runtime/test/affinity/format/nested2.c
openmp/runtime/test/affinity/format/nested_mixed.c
openmp/runtime/test/affinity/format/nested_serial.c
openmp/runtime/test/affinity/format/proc_bind.c
openmp/runtime/test/affinity/format/simple.c
openmp/runtime/test/affinity/format/simple_env.c
openmp/runtime/test/lit.cfg