[Piglit] framework: don't allow commands to contain spaces in the elements

Dylan Baker baker.dylan.c at gmail.com
Tue Apr 14 13:52:42 PDT 2015


Python's subprocess.Popen command takes a list as an argument, and
elements should not contain spaces. But we don't enforce that behavior,
it results in odd failures when it does. This series adds a check to
ensure that it doesn't, and errors out if it does find one.

The first 3 patches fix errors found by patch 4



More information about the Piglit mailing list