Author: gnichols Date: 2010-06-16 21:49:43 +0000 (Wed, 16 Jun 2010) New Revision: 557
Modified: trunk/v7/hardwaretest.py Log: 568518 - FEAT: add a BMC fencing testing
Modified: trunk/v7/hardwaretest.py =================================================================== --- trunk/v7/hardwaretest.py 2010-06-16 21:24:12 UTC (rev 556) +++ trunk/v7/hardwaretest.py 2010-06-16 21:49:43 UTC (rev 557) @@ -462,7 +462,7 @@ while True: line = taskOutFile.readline() if line: - print line + sys.stdout.write(line) sys.stdout.flush() else: break
v7-commits@lists.stg.fedorahosted.org