Skip to content

Commit

Permalink
Merge pull request #5771 from sylvestre/tail-error
Browse files Browse the repository at this point in the history
tail: transform FAIL into ERROR for tests/tail/inotify-rotate-resources.sh
  • Loading branch information
cakebaker authored Jan 2, 2024
2 parents 34c0861 + 203600b commit 2a81c91
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions util/build-gnu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,9 @@ sed -i -e "s|rm: cannot remove 'rel': Permission denied|rm: cannot remove 'rel':
# however there's a bug because `---dis` is an alias for: `---disable-inotify`
sed -i -e "s|---dis ||g" tests/tail/overlay-headers.sh

# Do not FAIL, just do a regular ERROR
sed -i -e "s|framework_failure_ 'no inotify_add_watch';|fail=1;|" tests/tail/inotify-rotate-resources.sh

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

# pr produces very long log and this command isn't super interesting
Expand Down

0 comments on commit 2a81c91

Please sign in to comment.