mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-21 12:05:15 +00:00
Meta: Replace realpath
usage with cross-platform function in WPT.sh
This commit is contained in:
parent
cd0b9c4ec0
commit
d79fcceb8a
Notes:
github-actions[bot]
2024-10-29 11:31:26 +00:00
Author: https://github.com/tcl3 Commit: https://github.com/LadybirdBrowser/ladybird/commit/d79fcceb8a6 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2031
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ set_logging_flags()
|
|||
[ -n "${2}" ] || usage;
|
||||
|
||||
log_type="${1}"
|
||||
log_name="$(realpath "${2}")"
|
||||
log_name="$(absolutize_path "${2}")"
|
||||
|
||||
WPT_ARGS+=( "${log_type}=${log_name}" )
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue