[all-commits] [llvm/llvm-project] 3e0bc8: Remove lit's --summary flag from buildbots.

Eric via All-commits all-commits at lists.llvm.org
Thu Aug 31 11:24:08 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3e0bc8cf78a615fed1e43845027be3526a586108
      https://github.com/llvm/llvm-project/commit/3e0bc8cf78a615fed1e43845027be3526a586108
  Author: Eric Fiselier <eric at efcs.ca>
  Date:   2023-08-31 (Thu, 31 Aug 2023)

  Changed paths:
    M libcxx/appveyor.yml
    M libcxx/utils/ci/run-buildbot

  Log Message:
  -----------
  Remove lit's --summary flag from buildbots.

The summary flag causes a progress bar to appear and be rewritten using
a curses like interface. This works great for interactive sessions, but
produces line after line of garbage in the logs.

This should cause the logs to be much smaller and more readable.

Reviewed By: #libc, ldionne

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




More information about the All-commits mailing list