Skip to content

Commit d933d32

Browse files
authored
Removing flaky inotify-dir patch (#9800)
1 parent f4ceb11 commit d933d32

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

util/build-gnu.sh

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -223,12 +223,6 @@ sed -i -e "s|---dis ||g" tests/tail/overlay-headers.sh
223223
# Do not FAIL, just do a regular ERROR
224224
"${SED}" -i -e "s|framework_failure_ 'no inotify_add_watch';|fail=1;|" tests/tail/inotify-rotate-resources.sh
225225

226-
# The notify crate makes inotify_add_watch calls in a background thread, so strace needs -f to follow threads.
227-
# Also remove the HAVE_INOTIFY header check since that's for C builds.
228-
"${SED}" -i -e "s|grep '^#define HAVE_INOTIFY 1' \"\$CONFIG_HEADER\" >/dev/null && is_local_dir_ \. |is_local_dir_ . |" \
229-
-e "s|strace -e inotify_add_watch|strace -f -e inotify_add_watch|" \
230-
tests/tail/inotify-dir-recreate.sh
231-
232226
# pr produces very long log and this command isn't super interesting
233227
# SKIP for now
234228
"${SED}" -i -e "s|my \$prog = 'pr';$|my \$prog = 'pr';CuSkip::skip \"\$prog: SKIP for producing too long logs\";|" tests/pr/pr-tests.pl

0 commit comments

Comments
 (0)