mirror of
https://github.com/zebrajr/ladybird.git
synced 2025-12-06 00:19:53 +01:00
Meta: Use correct WPT log file path when an absolute path is given
This commit is contained in:
parent
c544d1fa1f
commit
0a3a75cf35
|
|
@ -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…
Reference in New Issue
Block a user