- Timestamp:
- Nov 12, 2007 3:26:54 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/testScripts/NBcheckResult.py
r762 r763 52 52 retVal = None 53 53 # Is the success message contained in the output? 54 if result['stdout'][-20 :].rfind("*** Done! ***") == -1 :54 if result['stdout'][-200:].rfind("*** Done! ***") == -1 : 55 55 # Success message not found, assume test failed 56 56 retVal = "The output does not end with the message: '*** Done! ***'"
Note: See TracChangeset
for help on using the changeset viewer.