[Piglit] [PATCH] framework: Remove GleanTest's duplicate 'results' subdirectory.
Kenneth Graunke
kenneth at whitecape.org
Tue Apr 17 18:32:16 PDT 2012
In other words, if running piglit-run.py tests/all.tests results/foo,
put glean's output in results/foo/glean instead of the more redundant
results/foo/results/glean.
---
framework/gleantest.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/framework/gleantest.py b/framework/gleantest.py
index a90a101..c746e66 100644
--- a/framework/gleantest.py
+++ b/framework/gleantest.py
@@ -33,7 +33,7 @@ def gleanExecutable():
return testBinDir + 'glean'
def gleanResultDir(r_dir):
- return os.path.join(r_dir, 'results', 'glean')
+ return os.path.join(r_dir, 'glean')
class GleanTest(ExecTest):
globalParams = []
--
1.7.7.6
More information about the Piglit
mailing list