[Groonga-commit] groonga/grntest at 030aa91 [master] Normalize error line in command version 3

Back to archive index

Kouhei Sutou null+****@clear*****
Tue Aug 15 23:47:39 JST 2017


Kouhei Sutou	2017-08-15 23:47:39 +0900 (Tue, 15 Aug 2017)

  New Revision: 030aa9147183281aa03fe05c4834db3573094430
  https://github.com/groonga/grntest/commit/030aa9147183281aa03fe05c4834db3573094430

  Message:
    Normalize error line in command version 3

  Modified files:
    lib/grntest/test-runner.rb

  Modified: lib/grntest/test-runner.rb (+1 -0)
===================================================================
--- lib/grntest/test-runner.rb    2017-03-27 11:41:01 +0900 (6565331)
+++ lib/grntest/test-runner.rb    2017-08-15 23:47:39 +0900 (dc9e6b7)
@@ -645,6 +645,7 @@ http {
           if file
             normalized_values["file"] = normalize_error_file_path(file)
           end
+          normalized_values["line"] = 0 if error["line"]
           header.merge({
                          "start_time"   => 0.0,
                          "elapsed_time" => 0.0,
-------------- next part --------------
HTML����������������������������...
Descargar 



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