diff options
author | Dylan Baker <baker.dylan.c@gmail.com> | 2014-04-04 14:35:22 -0700 |
---|---|---|
committer | Dylan Baker <baker.dylan.c@gmail.com> | 2014-04-24 10:37:55 -0700 |
commit | 45de1cb3fd3843edd8e183390d4e081476c886d8 (patch) | |
tree | dd3b95b914944bb7ecbf8a75370bf99e2cb2d932 /piglit-resume.py | |
parent | e0f2d77f6ad6ed99ac1d31135124a01d677d4f08 (diff) |
python: Add results_dir to TestProfile
This is needed specifically by XTS, but it might be useful for other
external suites that want to move files out of their runtime directories
into the saved directory. Specifically if those files are linked into
the summary.
v3: - Add the results_dir name definition to the constructor
Signed-off-by: Dylan Baker <baker.dylan.c@gmail.com>
Reviewed-by: Eric Anholt <eric@anholt.net> (v2)
Diffstat (limited to 'piglit-resume.py')
-rwxr-xr-x | piglit-resume.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/piglit-resume.py b/piglit-resume.py index 590abf0a5..638d63ac3 100755 --- a/piglit-resume.py +++ b/piglit-resume.py @@ -78,6 +78,7 @@ def main(): env.exclude_tests.add(key) profile = framework.profile.merge_test_profiles(results.options['profile']) + profile.results_dir = args.results_path if env.dmesg: profile.dmesg = env.dmesg |