mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-01-31 10:11:17 +00:00
recentfling: Fixed inequality
This commit is contained in:
parent
68a39d7fa1
commit
82df73278e
@ -50,7 +50,7 @@ class Recentfling(Workload):
|
|||||||
]
|
]
|
||||||
|
|
||||||
def initialise(self, context): # pylint: disable=no-self-use
|
def initialise(self, context): # pylint: disable=no-self-use
|
||||||
if context.device.get_sdk_version() >= 23:
|
if context.device.get_sdk_version() < 23:
|
||||||
raise WorkloadError("This workload relies on ``dumpsys gfxinfo`` \
|
raise WorkloadError("This workload relies on ``dumpsys gfxinfo`` \
|
||||||
only present in Android M and onwards")
|
only present in Android M and onwards")
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user