Author: gnichols Date: 2011-07-12 10:48:55 +0000 (Tue, 12 Jul 2011) New Revision: 999
Modified: trunk/tests/usb/usb.py Log: 705844 - interactive tests run in --mode auto should fail
Modified: trunk/tests/usb/usb.py =================================================================== --- trunk/tests/usb/usb.py 2011-07-12 10:47:40 UTC (rev 998) +++ trunk/tests/usb/usb.py 2011-07-12 10:48:55 UTC (rev 999) @@ -81,7 +81,7 @@ if self.getMode() == Constants.auto: print "Error: the usb test can not be run in auto mode." self.result = Constants.FAIL - return 0 + return 1
self.numberOfSockets = string.atoi(self.prompt("How many USB sockets are required to be tested? ")) if self.numberOfSockets < 1:
v7-commits@lists.stg.fedorahosted.org