diff --git a/Meta/WPT.sh b/Meta/WPT.sh index b2226c14c58..886c5fc69de 100755 --- a/Meta/WPT.sh +++ b/Meta/WPT.sh @@ -249,7 +249,8 @@ import_wpt() set +e for path in "${TESTS[@]}"; do echo "Importing test from ${path}" - if [ ! "$(./Meta/import-wpt-test.py https://wpt.live/"${path}")" ]; then + + if ! ./Meta/import-wpt-test.py https://wpt.live/"${path}"; then continue fi "${HEADLESS_BROWSER_BINARY}" --run-tests ./Tests/LibWeb --rebaseline -f "$path"