Re: [Mesa-dev] [PATCH 2/9] glsl: Fix directory handling in optimization-test

2014-08-12 Thread Connor Abbott
On Tue, Jul 29, 2014 at 2:36 AM, Petri Latvala petri.latv...@intel.com wrote: optimization-test loops over directories that contain a file named create_test_cases.py. For each occurrence, it enters the directory that contains the file and executes it, and is then supposed to return to the

[Mesa-dev] [PATCH 2/9] glsl: Fix directory handling in optimization-test

2014-07-29 Thread Petri Latvala
optimization-test loops over directories that contain a file named create_test_cases.py. For each occurrence, it enters the directory that contains the file and executes it, and is then supposed to return to the previous directory. The name .. was hardcoded in the script, and should be ../..