Commit 753ee0b8 by Michael DeHaan

Merge pull request #1601 from romeotheriault/fix-remote-md5-for-solaris10

remove verbose option on digest call
parents 68e16773 54b7f594
......@@ -463,7 +463,7 @@ class Runner(object):
md5s = [
"(/usr/bin/md5sum %s 2>/dev/null)" % path,
"(/sbin/md5sum -q %s 2>/dev/null)" % path,
"(/usr/bin/digest -a md5 -v %s 2>/dev/null)" % path
"(/usr/bin/digest -a md5 %s 2>/dev/null)" % path
]
cmd = " || ".join(md5s)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment