mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 07:30:19 +00:00
Base: Remove UserspaceEmulator from the list of manual pages to verify
This is used during CI to verify that some manual pages are up to date with the output of the corresponding program's --help option. UE does not exist on x86_64 yet, so we cannot run `UE --help`. Remove it from this list for now.
This commit is contained in:
parent
a38b3e112b
commit
d3eb4f7a41
Notes:
sideshowbarker
2024-07-17 02:32:11 +09:00
Author: https://github.com/trflynn89 Commit: https://github.com/SerenityOS/serenity/commit/d3eb4f7a41 Pull-request: https://github.com/SerenityOS/serenity/pull/15467 Issue: https://github.com/SerenityOS/serenity/issues/15444 Reviewed-by: https://github.com/ADKaster Reviewed-by: https://github.com/Hendiadyoin1 Reviewed-by: https://github.com/fuel-pcbox Reviewed-by: https://github.com/supercomputer7
1 changed files with 1 additions and 1 deletions
|
@ -20,8 +20,8 @@ exit_for_error()
|
|||
|
||||
rm -rf generated_manpages 2> "$ERROR_FILE" || exit_for_error
|
||||
|
||||
# FIXME: Add `UserspaceEmulator 1` back to this list after UE is functional on x86_64.
|
||||
for i in ( \
|
||||
(UserspaceEmulator 1) \
|
||||
(config 1) \
|
||||
(fortune 1) \
|
||||
(grep 1) \
|
||||
|
|
Loading…
Reference in a new issue