From 9f832178868efaabd724ef3cedab2189cf6247e1 Mon Sep 17 00:00:00 2001 From: Josh Matthews Date: Wed, 9 Jan 2019 14:32:33 -0500 Subject: [PATCH] Reorder command arguments. --- etc/ci/buildbot_steps.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/ci/buildbot_steps.yml b/etc/ci/buildbot_steps.yml index ed8b69691284..4ed8cd611dbd 100644 --- a/etc/ci/buildbot_steps.yml +++ b/etc/ci/buildbot_steps.yml @@ -100,7 +100,7 @@ linux-rel-wpt: - ./mach filter-intermittents wpt-errorsummary.log --log-intermittents intermittents.log --log-filteredsummary filtered-wpt-errorsummary.log --tracker-api default --reporter-api default - ./mach test-wpt --release --binary-arg=--multiprocess --processes 24 --log-raw test-wpt-mp.log --log-errorsummary wpt-mp-errorsummary.log eventsource - ./mach test-wpt --release --product=servodriver --headless tests/wpt/mozilla/tests/mozilla/DOMParser.html tests/wpt/mozilla/tests/css/per_glyph_font_fallback_a.html tests/wpt/mozilla/tests/css/img_simple.html tests/wpt/mozilla/tests/mozilla/secure.https.html - - ./mach test-wpt --processes 1 --release --product=servodriver bluetooth + - ./mach test-wpt --release --processes 1 --product=servodriver --log-raw test-bluetooth.log --log-errorsummary bluetooth-errorsummary.log bluetooth - ./etc/ci/clean_build_artifacts.sh linux-rel-css: