This is an archive of the discontinued LLVM Phabricator instance.

[LNT] In command-line tool allow to use relative path for test suite location.
ClosedPublic

Authored by vsapsai on Aug 17 2018, 12:37 PM.

Details

Summary

When test command test-suite is executed, it runs inside the sandbox and uses
test suite path as-is. So the path relative to the working directory is not
found when it is relative to the sandbox directory. Fix by converting relative
path to absolute path.

Test command nt works with relative paths correctly because it runs tests in
a different way.

Diff Detail

Repository
rL LLVM

Event Timeline

vsapsai created this revision.Aug 17 2018, 12:37 PM
cmatthews accepted this revision.Aug 17 2018, 1:22 PM
This revision is now accepted and ready to land.Aug 17 2018, 1:22 PM
This revision was automatically updated to reflect the committed changes.