Move WPT sync-from-upstream task to Linux

This commit is contained in:
Simon Sapin 2019-12-04 10:23:10 +01:00
parent 5cc68f5075
commit 7435f6afa2
2 changed files with 41 additions and 43 deletions

View file

@ -67,7 +67,7 @@ function cleanup() {
# Build Servo and run the full WPT testsuite, saving the results to a log file.
function unsafe_run_tests() {
# Run the full testsuite and record the new test results.
./mach test-wpt --release --processes 6 --log-raw "${1}" \
./mach test-wpt --release --processes 12 --log-raw "${1}" \
--always-succeed || return 1
# Run the bluetooth testsuite, which uses the webdriver test harness.