Skip to content

piglit-test.py: use full concurrency

clayton craft requested to merge dcbaker:concurrency into master

Created by: dcbaker

This flips the always run everything concurrently switch on. This is safe when using wayland and gbm (gbm being currently hard coded on), and is safe on X11 if there is a compositor enabled (gnome-shell, kwin, etc). This can make test runs considerably faster.

Merge request reports