From 20a103f9c7e22aad99746d1f47ce1e830e80abe6 Mon Sep 17 00:00:00 2001 From: Niyaz Nigmatullin Date: Thu, 21 Jul 2022 11:56:04 +0300 Subject: [PATCH] gnu-tests/F-headers: increase number of attempts --- util/build-gnu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/build-gnu.sh b/util/build-gnu.sh index a1e7d899b..2d62d8ef5 100755 --- a/util/build-gnu.sh +++ b/util/build-gnu.sh @@ -170,7 +170,7 @@ sed -i -e "s|---dis ||g" tests/tail-2/overlay-headers.sh # F-headers.sh test sometime fails (but only in CI), # just testing inotify should make it more stable -sed -i -e "s| '---disable-inotify'||g" tests/tail-2/F-headers.sh +sed -i -e "s|check_tail_output \.1 7|check_tail_output .1 9|g" -e "s| '---disable-inotify'||g" tests/tail-2/F-headers.sh test -f "${UU_BUILD_DIR}/getlimits" || cp src/getlimits "${UU_BUILD_DIR}"