scripts: Allow multiple -t and -x regular expressions for run-tests.sh
authorMike Mason <michael.w.mason@intel.com>
Mon, 18 Aug 2014 17:43:09 +0000 (10:43 -0700)
committerThomas Wood <thomas.wood@intel.com>
Tue, 19 Aug 2014 10:31:57 +0000 (11:31 +0100)
commite9da093b13c572b50c84ea2ec19244c8e2b78f08
tree232b1e45415e1fcfad6cc81d14007214c3701789
parent75365eb01b7cb530426d84ea5357ed7b31575337
scripts: Allow multiple -t and -x regular expressions for run-tests.sh

Piglit allows multiple -t and -x regular expressions to be
given on the command line. This patch enables run-tests.sh to
support that as well.

Signed-off-by: Mike Mason <michael.w.mason@intel.com>
Signed-off-by: Thomas Wood <thomas.wood@intel.com>
scripts/run-tests.sh