[Groonga-commit] groonga/grntest at 32ef958 [master] Fix a typo

Back to archive index
Kouhei Sutou null+****@clear*****
Fri Nov 16 15:57:58 JST 2018


Kouhei Sutou	2018-11-16 15:57:58 +0900 (Fri, 16 Nov 2018)

  Revision: 32ef95898d76d11fbfbe30a08a4b6e0e9741c9dd
  https://github.com/groonga/grntest/commit/32ef95898d76d11fbfbe30a08a4b6e0e9741c9dd

  Message:
    Fix a typo

  Modified files:
    lib/grntest/tester.rb

  Modified: lib/grntest/tester.rb (+1 -1)
===================================================================
--- lib/grntest/tester.rb    2018-05-14 14:52:38 +0900 (5070567)
+++ lib/grntest/tester.rb    2018-11-16 15:57:58 +0900 (96625d9)
@@ -232,7 +232,7 @@ module Grntest
 
         parser.on("--n-retries=N", Integer,
                   "Retry N times on failure",
-                  "(#{tester.n_retries}") do |n|
+                  "(#{tester.n_retries})") do |n|
           tester.n_retries = n
         end
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20181116/af2efa3d/attachment.html>


More information about the Groonga-commit mailing list
Back to archive index