[Groonga-commit] groonga/grntest at 65af83d [master] Remove the last newline from dump output

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Sep 10 18:20:17 JST 2015


Kouhei Sutou	2015-09-10 18:20:17 +0900 (Thu, 10 Sep 2015)

  New Revision: 65af83da3ca400d72d93ae88a2f7964931dfe0d5
  https://github.com/groonga/grntest/commit/65af83da3ca400d72d93ae88a2f7964931dfe0d5

  Message:
    Remove the last newline from dump output

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

  Modified: lib/grntest/test-runner.rb (+2 -0)
===================================================================
--- lib/grntest/test-runner.rb    2015-09-08 11:12:56 +0900 (ffcca87)
+++ lib/grntest/test-runner.rb    2015-09-10 18:20:17 +0900 (10cd7ca)
@@ -538,6 +538,8 @@ http {
       when "xml"
         normalized_xml = normalize_output_xml(content, options)
         normalize_raw_content(normalized_xml)
+      when "groonga-command"
+        normalize_raw_content(content.chomp)
       else
         normalize_raw_content(content)
       end
-------------- next part --------------
HTML����������������������������...
다운로드 



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