Reintroduce parallelism in the bluetooth tests

This commit is contained in:
George Roman 2019-05-16 22:03:20 +03:00
parent cb4e3e298e
commit c183d33c95

View file

@ -569,7 +569,7 @@ def wpt_chunks(platform, make_chunk_task, build_task, total_chunks, processes,
tests/wpt/mozilla/tests/css/img_simple.html \ tests/wpt/mozilla/tests/css/img_simple.html \
tests/wpt/mozilla/tests/mozilla/secure.https.html \ tests/wpt/mozilla/tests/mozilla/secure.https.html \
| cat | cat
time ./mach test-wpt --release --processes 1 --product=servodriver \ time ./mach test-wpt --release --processes $PROCESSES --product=servodriver \
--headless --log-raw test-bluetooth.log \ --headless --log-raw test-bluetooth.log \
--log-errorsummary bluetooth-errorsummary.log \ --log-errorsummary bluetooth-errorsummary.log \
bluetooth \ bluetooth \