actually return something from logrun

This commit is contained in:
Alex Groce 2018-07-13 21:28:48 -07:00
parent 476cdd97fd
commit f710c38f58

View File

@ -33,7 +33,9 @@ def logrun(cmd, file, timeout):
sys.stderr.write("TOTAL EXECUTION TIME: " + str(totalTime) + "\n")
sys.stderr.write("RETURN VALUE: " + str(p.returncode) + "\n")
sys.stderr.write("RETURNING AS RESULT: " + str(rv[1]) + "\n")
sys.stderr.write("=" * 80 + "\n")
sys.stderr.write("=" * 80 + "\n")
return rv