Hi Rahul, On Mon, Apr 20, 2020 at 11:43:09PM +0530, Rahul Kumar wrote: > 1) modify run-tests script to write PASS/FAIL as expected by the > ptest infrastructure > > 2) Since the discrete md5sum does not have a short form of > --status.And minimal base images does not support commands with > long form arguments so dropping this argument I really like your changes. The PASS/FAIL output is much nicer and more standard. I tweaked the script a bit more to remove most other output by deleting the echos that have now been replaced by PASS/FAIL messages and redirecting the output of md5sum to /dev/null (the standard one would now output "OK" all the time). Patch as pushed attached. Thanks, Mark