[all-commits] [llvm/llvm-project] 8d650c: [Release] Increase test-release.sh verbosity

Tom Stellard via All-commits all-commits at lists.llvm.org
Mon Feb 6 11:46:13 PST 2023


  Branch: refs/heads/release/16.x
  Home:   https://github.com/llvm/llvm-project
  Commit: 8d650ca44a324b2509bec6eebaf63ea8222221ff
      https://github.com/llvm/llvm-project/commit/8d650ca44a324b2509bec6eebaf63ea8222221ff
  Author: Rainer Orth <ro at gcc.gnu.org>
  Date:   2023-02-06 (Mon, 06 Feb 2023)

  Changed paths:
    M llvm/utils/release/test-release.sh

  Log Message:
  -----------
  [Release] Increase test-release.sh verbosity

`test-release.sh` is too silent in some cases:

- Only the build proper is run verbosely, but `check-all` is not.
- `lit` is run without `-v`, so in case of failures one cannot see what's
actually wrong.

This patch fixes both issues, running all `${MAKE}` invocations with
`$Verbose` (except for `${MAKE} install` where it would only add noise),
and running `lit` with `-v`.

Tested on `x86_64-pc-linux-gnu` and `arm64-apple-darwin21.6`.

Differential Revision: https://reviews.llvm.org/D143249

(cherry picked from commit 8d2d8e022e3c709a17b97d351b529e40ac28f4df)




More information about the All-commits mailing list