On Wed, Feb 17, 2016 at 7:43 PM, Brian Paul <bri...@vmware.com> wrote:
>
> Now we can specify the format group on the command line and have it
> actually work.
> ---
>  tests/texturing/getteximage-formats.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/tests/texturing/getteximage-formats.c 
> b/tests/texturing/getteximage-formats.c
> index 320683f..0a66831 100644
> --- a/tests/texturing/getteximage-formats.c
> +++ b/tests/texturing/getteximage-formats.c
> @@ -534,7 +534,7 @@ piglit_init(int argc, char **argv)
>                 piglit_report_result(PIGLIT_SKIP);
>         }
>
> -       fbo_formats_init(1, argv, !piglit_automatic);
> +       fbo_formats_init(argc, argv, !piglit_automatic);
>         (void) fbo_formats_display;
>
>         for (i = 1; i < argc; i++) {
> --
> 1.9.1
>
> _______________________________________________
> Piglit mailing list
> Piglit@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/piglit

Reviewed-by: Anuj Phogat <anuj.pho...@gmail.com>
_______________________________________________
Piglit mailing list
Piglit@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/piglit

Reply via email to