This is an archive of the discontinued LLVM Phabricator instance.

[openmp] [runtime] [test] Fix using %python path
ClosedPublic

Authored by mgorny on Dec 22 2018, 1:50 AM.

Details

Summary

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

Diff Detail

Repository
rL LLVM

Event Timeline

mgorny created this revision.Dec 22 2018, 1:50 AM
krytarowski accepted this revision.Dec 22 2018, 1:52 AM
This revision is now accepted and ready to land.Dec 22 2018, 1:52 AM
This revision was automatically updated to reflect the committed changes.