From: Dylan Baker <[email protected]>
Signed-off-by: Dylan Baker <[email protected]>
---
framework/test/base.py | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/framework/test/base.py b/framework/test/base.py
index 43f81c4..0c15808 100644
--- a/framework/test/base.py
+++ b/framework/test/base.py
@@ -129,8 +129,7 @@ class Test(object):
"""
__metaclass__ = abc.ABCMeta
- __slots__ = ['run_concurrent', 'env', 'result', 'cwd', '_command',
- 'timeout']
+ __slots__ = ['run_concurrent', 'env', 'result', 'cwd', '_command']
timeout = None
def __init__(self, command, run_concurrent=False, timeout=None):
--
2.7.0
_______________________________________________
Piglit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/piglit