[all-commits] [llvm/llvm-project] 5c7f7c: [flang] Fix exec.f90 test on LIT integrated shell ...

David Truby via All-commits all-commits at lists.llvm.org
Fri May 31 07:04:05 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 5c7f7cc4dea3e202b56cebaa303d7fb8b26fc18e
      https://github.com/llvm/llvm-project/commit/5c7f7cc4dea3e202b56cebaa303d7fb8b26fc18e
  Author: David Truby <david.truby at arm.com>
  Date:   2024-05-31 (Fri, 31 May 2024)

  Changed paths:
    M flang/test/Driver/exec.f90

  Log Message:
  -----------
  [flang] Fix exec.f90 test on LIT integrated shell (#93961)

The exec.f90 test sets an environment variable for a specific command
directly
rather than using env, which doesn't work on shells that don't support
this
syntax, most notably the LIT integrated shell. This patch simply adds
env so
that this works on the integrated shell.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list