summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
authorTimothy Arceri <tarceri@itsqueeze.com>2017-05-19 16:21:13 +1000
committerTimothy Arceri <tarceri@itsqueeze.com>2017-05-25 13:16:56 +1000
commit0e0e3ff48f19759049ee7e7b12b88df0c16feb86 (patch)
treef7bd0c480a31aeff58ebcbd409279d33acafcf70 /framework
parent9cc5b2169ab6eb8a6a09329836d8d884d4350eec (diff)
test/gleantest: fix missing --quick property from quick profile
Tested-by: Michel Dänzer <michel.daenzer@amd.com>
Diffstat (limited to 'framework')
-rw-r--r--framework/test/gleantest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/test/gleantest.py b/framework/test/gleantest.py
index b2d56f394..0220c1a77 100644
--- a/framework/test/gleantest.py
+++ b/framework/test/gleantest.py
@@ -56,7 +56,7 @@ class GleanTest(Test):
def command(self):
return super(GleanTest, self).command + self.GLOBAL_PARAMS
- @Test.command.setter
+ @command.setter
def command(self, new):
self._command = [n for n in new if not n in self.GLOBAL_PARAMS]