[all-commits] [llvm/llvm-project] fd667b: [libcxx] [test] Run `chmod +x` on executables when...
Louis Dionne via All-commits
all-commits at lists.llvm.org
Fri Oct 25 09:47:51 PDT 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: fd667b860e9d0fc3714980e26e8c0ed719c19677
https://github.com/llvm/llvm-project/commit/fd667b860e9d0fc3714980e26e8c0ed719c19677
Author: Louis Dionne <ldionne at apple.com>
Date: 2019-10-25 (Fri, 25 Oct 2019)
Changed paths:
M libcxx/utils/libcxx/test/executor.py
Log Message:
-----------
[libcxx] [test] Run `chmod +x` on executables when testing via SSH
When running libc++ tests on a remote machine via SSH, we can encounter
a 'Permission denied' error.
Fix this with plain old 'chmod +x <executable>'.
Thanks to Sergej Jaskiewicz for the patch.
Differential Revision: https://reviews.llvm.org/D69170
More information about the All-commits
mailing list