mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-08 09:09:43 +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: 0a3a75cf35
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;
|
[ -n "${2}" ] || usage;
|
||||||
|
|
||||||
log_type="${1}"
|
log_type="${1}"
|
||||||
log_name="$(pwd -P)/${2}"
|
log_name="$(realpath "${2}")"
|
||||||
|
|
||||||
WPT_ARGS+=( "${log_type}=${log_name}" )
|
WPT_ARGS+=( "${log_type}=${log_name}" )
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue