mirror of
https://github.com/servo/servo.git
synced 2025-07-03 13:33:39 +01:00
Auto merge of #23246 - servo:jdm-patch-30, r=SimonSapin
Don't run full WPT testsuite twice. <!-- Reviewable:start --> This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/23246) <!-- Reviewable:end -->
This commit is contained in:
commit
155fad62b3
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ function unsafe_run_tests() {
|
||||||
|
|
||||||
# Run the bluetooth testsuite, which uses the webdriver test harness.
|
# Run the bluetooth testsuite, which uses the webdriver test harness.
|
||||||
./mach test-wpt --release --processes 1 --product=servodriver --headless \
|
./mach test-wpt --release --processes 1 --product=servodriver --headless \
|
||||||
--log-raw "${2}" --always-succeed || return 2
|
--log-raw "${2}" /bluetooth --always-succeed || return 2
|
||||||
}
|
}
|
||||||
|
|
||||||
# Using an existing log file, update the expected test results and amend the
|
# Using an existing log file, update the expected test results and amend the
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue