[all-commits] [llvm/llvm-project] 0489d3: [libc++] SSH: Properly handle test-executables tha...

Louis Dionne via All-commits all-commits at lists.llvm.org
Wed Apr 1 08:44:54 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 0489d39ead2b8ced20ba73ba4fda066d54deeb73
      https://github.com/llvm/llvm-project/commit/0489d39ead2b8ced20ba73ba4fda066d54deeb73
  Author: Louis Dionne <ldionne at apple.com>
  Date:   2020-04-01 (Wed, 01 Apr 2020)

  Changed paths:
    M libcxx/utils/ssh.py

  Log Message:
  -----------
  [libc++] SSH: Properly handle test-executables that are not the first argument

If a ShTest has for example another command in front of the test
executable it wants to execute, ssh.py needs to properly translate
the path of that test executable to the executable on the remote host.
For example, running '%{exec} ! %t.exe', we can't assume that the
test-executable is the first argument after '%{exec}'.




More information about the All-commits mailing list