1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2024-10-06 19:01:15 +01:00

Fix for the previous fix...

This commit is contained in:
Sergei Trofimov 2015-07-23 10:25:13 +01:00
parent b6064fa348
commit 6ced04daf0

View File

@ -106,7 +106,7 @@ class PerfInstrument(Instrument):
self.device.kick_off(command)
def stop(self, context):
as_root = self.device.platfrom == 'android'
as_root = self.device.platform == 'android'
self.device.killall('sleep', as_root=as_root)
def update_result(self, context):