From c52fe6a67422101492b025d27ce4f7dd0dab96b0 Mon Sep 17 00:00:00 2001 From: asingh Date: Wed, 24 Jun 2015 00:53:04 -0700 Subject: [PATCH] KAFKA-2299: kafka-patch-review tool does not correctly capture testing done --- kafka-patch-review.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kafka-patch-review.py b/kafka-patch-review.py index b5a2e95..6675c9d 100644 --- a/kafka-patch-review.py +++ b/kafka-patch-review.py @@ -142,7 +142,7 @@ def main(): if opt.reviewboard: rb_command=rb_command + " -r " + opt.reviewboard if opt.testing: - rb_command=rb_command + " --testing-done=" + opt.testing + rb_command=rb_command + " --testing-done \"" + opt.testing + "\"" if opt.debug: print rb_command p=os.popen(rb_command) -- 2.3.2 (Apple Git-55)