From 0eb6f9bddbabf927c96784221edf9511a5db4cb0 Mon Sep 17 00:00:00 2001 From: Jeffrey Finkelstein Date: Tue, 7 Jan 2025 21:34:56 -0500 Subject: [PATCH] seq: re-enable GNU test file precision.sh --- util/build-gnu.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/util/build-gnu.sh b/util/build-gnu.sh index 0131bae910d..d29283a69b1 100755 --- a/util/build-gnu.sh +++ b/util/build-gnu.sh @@ -178,10 +178,6 @@ sed -i -e '/tests\/help\/help-version.sh/ D' \ -e '/tests\/help\/help-version-getopt.sh/ D' \ Makefile -# logs are clotted because of this test -sed -i -e '/tests\/seq\/seq-precision.sh/ D' \ - Makefile - # printf doesn't limit the values used in its arg, so this produced ~2GB of output sed -i '/INT_OFLOW/ D' tests/printf/printf.sh