From e364c250bdf28426d74558334c5adcffa448d4c8 Mon Sep 17 00:00:00 2001 From: Craig Dowell Date: Mon, 19 Apr 2010 19:41:00 -0700 Subject: [PATCH] bug 886 --- test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.py b/test.py index 8bad3ae5a..4811ccb62 100755 --- a/test.py +++ b/test.py @@ -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.