[Piglit] [PATCH] glslparsertest: Fix handling of --check-link option

2013-08-28 Thread Ian Romanick
From: Ian Romanick ian.d.roman...@intel.com The code in the PIGLIT_GL_TEST_CONFIG_BEGIN block assumes that various command line parameters will be at specific locations. However, if --check-link is used, these locations will be off by one. Process the command line options in the

Re: [Piglit] [PATCH] glslparsertest: Fix handling of --check-link option

2013-08-28 Thread Kenneth Graunke
On 08/28/2013 02:31 PM, Ian Romanick wrote: From: Ian Romanick ian.d.roman...@intel.com The code in the PIGLIT_GL_TEST_CONFIG_BEGIN block assumes that various command line parameters will be at specific locations. However, if --check-link is used, these locations will be off by one. Process