This commit is contained in:
Craig Dowell
2010-04-19 19:41:00 -07:00
parent 18bccf609b
commit e364c250bd

View File

@@ -912,7 +912,7 @@ class worker_thread(threading.Thread):
if options.verbose:
print "Skip %s" % job.shell_command
self.output_queue.put(job)
return
continue
#
# Otherwise go about the business of running tests as normal.