This commit is contained in:
James Robson 2021-02-21 15:52:18 +00:00
parent 4e90de44cc
commit 89f74948e0

View file

@ -44,7 +44,7 @@ jobs:
pushd gnu/
./bootstrap --gnulib-srcdir="$GNULIB_SRCDIR"
./configure --quiet --disable-gcc-warnings
#Add timeout to tests to protest against hangs
#Add timeout to to protect against hangs
sed -i -e 's|"\$@|timeout 600 "\$@|' build-aux/test-driver
# Change the PATH in the Makefile to test the uutils coreutils instead of the GNU coreutils
sed -i "s/^[[:blank:]]*PATH=.*/ PATH='${BUILDDIR//\//\\/}\$(PATH_SEPARATOR)'\"\$\$PATH\" \\\/" Makefile