Fixed typo in test.py

This commit is contained in:
Lalith Suresh
2010-06-02 19:58:41 +05:30
parent 72996b8f31
commit 30923d830a

View File

@@ -948,7 +948,7 @@ class worker_thread(threading.Thread):
if options.verbose:
print "returncode = %d" % job.returncode
print "---------- beign standard out ----------"
print "---------- begin standard out ----------"
print standard_out
print "---------- begin standard err ----------"
print standard_err