Skip to content

Commit

Permalink
Merge pull request #3737 from niyaznigmatullin/try_fix_F-headers
Browse files Browse the repository at this point in the history
gnu-tests/F-headers: increase number of attempts
  • Loading branch information
sylvestre authored Aug 2, 2022
2 parents 59aede5 + 8502104 commit aed0a5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/build-gnu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 12|g" -e "s| '---disable-inotify'||g" tests/tail-2/F-headers.sh

test -f "${UU_BUILD_DIR}/getlimits" || cp src/getlimits "${UU_BUILD_DIR}"

Expand Down

0 comments on commit aed0a5c

Please sign in to comment.