diff options
-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 |