mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Don't run full WPT testsuite twice.
This commit is contained in:
parent
54f54d194d
commit
4e4fe97262
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.
|
||||
./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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue