diff options
author | bors-servo <lbergstrom+bors@mozilla.com> | 2019-04-23 18:26:28 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-23 18:26:28 -0400 |
commit | 155fad62b32f9879893a9f45cde9695ba735f95f (patch) | |
tree | 432f0a8a3d433879f0b0f6519185f1f36f159423 | |
parent | 03b005c7b28fe887ff97e109392ecf2983e6f8c0 (diff) | |
parent | 4e4fe97262deed6060750a11fd9d6729b02dfe8d (diff) | |
download | servo-155fad62b32f9879893a9f45cde9695ba735f95f.tar.gz servo-155fad62b32f9879893a9f45cde9695ba735f95f.zip |
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 -->
-rwxr-xr-x | etc/ci/update-wpt-checkout | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/ci/update-wpt-checkout b/etc/ci/update-wpt-checkout index 8e3c313340e..b83db2fa373 100755 --- a/etc/ci/update-wpt-checkout +++ b/etc/ci/update-wpt-checkout @@ -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 |