Author: gnichols Date: 2010-08-23 20:55:32 +0000 (Mon, 23 Aug 2010) New Revision: 656
Modified: trunk/tests/storage/storage.py Log: 626020 - storage test traceback on device size calculation
Modified: trunk/tests/storage/storage.py =================================================================== --- trunk/tests/storage/storage.py 2010-08-23 20:54:24 UTC (rev 655) +++ trunk/tests/storage/storage.py 2010-08-23 20:55:32 UTC (rev 656) @@ -147,7 +147,7 @@ size = output print "Testing device size %u" % size else: - print "Warning: can not get device size from /sys/block/%s/size, defaulting to %u. " % (testDevice, size) + print "Warning: can not get device size from /sys/block/%s/size, defaulting to %u. " % (testdevice, size) sys.stdout.flush() return size
v7-commits@lists.stg.fedorahosted.org