mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-24 16:40:21 +00:00
Meta: Use correct WPT log file path when an absolute path is given
This commit is contained in:
parent
c544d1fa1f
commit
0a3a75cf35
Notes:
github-actions[bot]
2024-10-28 14:23:42 +00:00
Author: https://github.com/tcl3 Commit: https://github.com/LadybirdBrowser/ladybird/commit/0a3a75cf354 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2021
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ set_logging_flags()
|
|||
[ -n "${2}" ] || usage;
|
||||
|
||||
log_type="${1}"
|
||||
log_name="$(pwd -P)/${2}"
|
||||
log_name="$(realpath "${2}")"
|
||||
|
||||
WPT_ARGS+=( "${log_type}=${log_name}" )
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue