[Openmp-commits] [PATCH] D56048: [openmp] [runtime] [test] Fix using %python path

Michał Górny via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Sat Dec 22 01:50:28 PST 2018


mgorny created this revision.
mgorny added reviewers: jlpeyton, krytarowski.
Herald added a subscriber: guansong.

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'.


Repository:
  rOMP OpenMP

https://reviews.llvm.org/D56048

Files:
  runtime/test/affinity/format/affinity_display.1.c
  runtime/test/affinity/format/api.c
  runtime/test/affinity/format/api2.c
  runtime/test/affinity/format/increase.c
  runtime/test/affinity/format/nested.c
  runtime/test/affinity/format/nested2.c
  runtime/test/affinity/format/nested_mixed.c
  runtime/test/affinity/format/nested_serial.c
  runtime/test/affinity/format/proc_bind.c
  runtime/test/affinity/format/simple.c
  runtime/test/affinity/format/simple_env.c
  runtime/test/lit.cfg

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D56048.179416.patch
Type: text/x-patch
Size: 7292 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20181222/2007eb19/attachment.bin>


More information about the Openmp-commits mailing list