piglit-test.py: use full concurrency
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.