[Piglit] [PATCH 1/3] Update documentation to be clear about using multiple profiles
Emil Velikov
emil.l.velikov at gmail.com
Tue Jan 27 14:04:13 PST 2015
On 26 January 2015 at 17:26, Dylan Baker <baker.dylan.c at gmail.com> wrote:
> Updates README and the help message to be clear about using multiple
> test profiles.
>
> v2:
> - Fix spelling error (Emil)
>
> Signed-off-by: Dylan Baker <dylanx.c.baker at intel.com>
> ---
> README | 6 +++++-
> framework/programs/run.py | 6 ++++--
> 2 files changed, 9 insertions(+), 3 deletions(-)
>
> diff --git a/README b/README
> index ef8b639..9ba0a97 100644
> --- a/README
> +++ b/README
> @@ -209,11 +209,15 @@ Build from the Command Prompt.
>
> Make sure that everything is set up correctly:
>
> - $ ./piglit run tests/sanity results/sanity.results
> + $ ./piglit run tests/sanity results/sanity
>
> You may include '.py' on the profile, or you may exclude it (sanity vs sanity.py),
> both are equally valid.
>
> +You may provide multiple profiles to be run at the same time:
> +
> + $ ./piglit run quick_cl gpu deqp-gles3 results/gl-cl-combined
s/deqp-gles3/deqp_gles3/ - inspired by the patch 2/2 changelog.
With that the series is
Reviewed-by: Emil Velikov <emil.l.velikov at gmail.com>
Thank you Dylan
-Emil
More information about the Piglit
mailing list