OSDN Git Service

overlaytests: fix testrunner.py md5sum invocation
authorStephen Smalley <sds@tycho.nsa.gov>
Fri, 19 Jun 2015 18:37:58 +0000 (14:37 -0400)
committerStephen Smalley <sds@tycho.nsa.gov>
Fri, 19 Jun 2015 18:37:58 +0000 (14:37 -0400)
commit415fa1f5c0eab260211eb192629f61097ed059f3
tree49c7e7a5bf749fd403e56c34a760836dfe42a7c8
parentce7dba6bdf2345f39ad8f39b8a4c1bac9bcd35ea
overlaytests:  fix testrunner.py md5sum invocation

The overlaytests testrunner.py script wants to invoke adb shell md5sum
to compute the md5 of a file, but wrongly invokes it as md5.  Maybe
it used to have that name, but it doesn't exist under that name in master.
Fix it.

Change-Id: I3ec4be162fab0cd3915f010f9b1add37b5397973
Signed-off-by: Stephen Smalley <sds@tycho.nsa.gov>
core/tests/overlaytests/testrunner.py