* commit '26c0b5e31294d4dce13379bc9bccaf555fe1e6c2': overlaytests: fix testrunner.py md5sum invocation
This commit is contained in:
@@ -301,7 +301,7 @@ class Md5Test:
|
|||||||
return self.path
|
return self.path
|
||||||
|
|
||||||
def execute(self):
|
def execute(self):
|
||||||
returncode, stdout, stderr = _adb_shell('md5 %s' % self.path)
|
returncode, stdout, stderr = _adb_shell('md5sum %s' % self.path)
|
||||||
if returncode != 0:
|
if returncode != 0:
|
||||||
return returncode, stdout, stderr
|
return returncode, stdout, stderr
|
||||||
actual_md5 = stdout.split()[0]
|
actual_md5 = stdout.split()[0]
|
||||||
|
|||||||
Reference in New Issue
Block a user