mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-22 17:24:48 -05:00
Meta: Make WPT.sh echo the “wpt run” invocation
To help people in troubleshooting problems when running the WPT.sh script, this change makes the script echo to stdout the complete “wpt run” invocation (including all the flags and path args).
This commit is contained in:
parent
8fd59899fc
commit
6b82ab06fd
Notes:
github-actions[bot]
2024-10-26 09:28:22 +00:00
Author: https://github.com/sideshowbarker Commit: https://github.com/LadybirdBrowser/ladybird/commit/6b82ab06fdd Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/1954
1 changed files with 1 additions and 0 deletions
|
@ -153,6 +153,7 @@ execute_wpt() {
|
|||
fi
|
||||
WPT_ARGS+=( "--webdriver-arg=--certificate=${certificate_path}" )
|
||||
done
|
||||
echo QT_QPA_PLATFORM="offscreen" ./wpt run "${WPT_ARGS[@]}" ladybird "${TEST_LIST[@]}"
|
||||
QT_QPA_PLATFORM="offscreen" ./wpt run "${WPT_ARGS[@]}" ladybird "${TEST_LIST[@]}"
|
||||
popd > /dev/null
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue