소스 검색

Meta: Use `QT_QPA_PLATFORM` offscreen in `WPT.sh`

This has better compatibility with MacOS.
Tim Ledbetter 11 달 전
부모
커밋
a859b3610d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Meta/WPT.sh

+ 1 - 1
Meta/WPT.sh

@@ -121,7 +121,7 @@ execute_wpt() {
             fi
             fi
             WPT_ARGS+=( "--webdriver-arg=--certificate=${certificate_path}" )
             WPT_ARGS+=( "--webdriver-arg=--certificate=${certificate_path}" )
         done
         done
-        QT_QPA_PLATFORM="minimal" ./wpt run "${WPT_ARGS[@]}" ladybird "${TEST_LIST[@]}"
+        QT_QPA_PLATFORM="offscreen" ./wpt run "${WPT_ARGS[@]}" ladybird "${TEST_LIST[@]}"
     popd > /dev/null
     popd > /dev/null
 }
 }