[Groonga-commit] groonga/groonga-query-log at 796fe44 [master] run-regression-test: add "Comparisons" group

Back to archive index

Kouhei Sutou null+****@clear*****
Tue Jul 3 14:26:55 JST 2018


Kouhei Sutou	2018-07-03 14:26:55 +0900 (Tue, 03 Jul 2018)

  New Revision: 796fe441b224481063ce0422a46aa71dffceccc1
  https://github.com/groonga/groonga-query-log/commit/796fe441b224481063ce0422a46aa71dffceccc1

  Message:
    run-regression-test: add "Comparisons" group

  Modified files:
    lib/groonga-query-log/command/run-regression-test.rb

  Modified: lib/groonga-query-log/command/run-regression-test.rb (+8 -5)
===================================================================
--- lib/groonga-query-log/command/run-regression-test.rb    2018-06-18 14:40:20 +0900 (6e0cbec)
+++ lib/groonga-query-log/command/run-regression-test.rb    2018-07-03 14:26:55 +0900 (b7a7310)
@@ -142,6 +142,14 @@ module GroongaQueryLog
                   "Output query log in verified target Groonga servers") do
           @output_query_log = true
         end
+        parser.on("--[no-]stop-on-failure",
+                  "Stop execution on the first failure",
+                  "(#{@stop_on_failure})") do |boolean|
+          @stop_on_failure = boolean
+        end
+
+        parser.separator("")
+        parser.separator("Comparisons")
         parser.on("--no-care-order",
                   "Don't care order of select response records") do
           @care_order = false
@@ -152,11 +160,6 @@ module GroongaQueryLog
                   "specifying this option multiple times") do |key|
           @ignored_drilldown_keys << key
         end
-        parser.on("--[no-]stop-on-failure",
-                  "Stop execution on the first failure",
-                  "(#{@stop_on_failure})") do |boolean|
-          @stop_on_failure = boolean
-        end
 
         parser
       end
-------------- next part --------------
HTML����������������������������...
URL: https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20180703/9d69458b/attachment.htm 



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