1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 03:27:44 +00:00

Revert "Remove unbuffer"

This reverts commit bbce179115.
This commit is contained in:
James Robson 2021-03-06 16:35:22 +00:00
parent b098bd5ec2
commit 8dae8b798a

View file

@ -104,7 +104,7 @@ jobs:
GNULIB_DIR="${PWD}/gnulib"
pushd gnu
timeout -sKILL 4h make -j "$(nproc)" check SUBDIRS=. RUN_EXPENSIVE_TESTS=yes RUN_VERY_EXPENSIVE_TESTS=yes VERBOSE=no || : # Kill after 4 hours in case something gets stuck in make
unbuffer timeout -sKILL 4h make -j "$(nproc)" check SUBDIRS=. RUN_EXPENSIVE_TESTS=yes RUN_VERY_EXPENSIVE_TESTS=yes VERBOSE=no || : # Kill after 4 hours in case something gets stuck in make
- name: Extract tests info
shell: bash
run: |