[Groonga-commit] groonga/grntest at cd66b6d [master] Fix a typo...

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Mar 12 11:26:48 JST 2015


Kouhei Sutou	2015-03-12 11:26:48 +0900 (Thu, 12 Mar 2015)

  New Revision: cd66b6dd62f8a8cf6a6dc6937a38602f048b700e
  https://github.com/groonga/grntest/commit/cd66b6dd62f8a8cf6a6dc6937a38602f048b700e

  Message:
    Fix a typo...

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

  Modified: lib/grntest/test-runner.rb (+1 -1)
===================================================================
--- lib/grntest/test-runner.rb    2015-03-12 11:24:43 +0900 (da9e866)
+++ lib/grntest/test-runner.rb    2015-03-12 11:26:48 +0900 (1d650b9)
@@ -246,7 +246,7 @@ EOC
         command_line << @tester.valgrind
         command_line << "--leak-check=full"
         command_line << "--show-reachable=yes"
-        command_line << "--trace-origin=yes"
+        command_line << "--track-origins=yes"
         command_line << "--verbose"
       else
         spawn_options[:chdir] = context.temporary_directory_path.to_s
-------------- next part --------------
HTML����������������������������...
Download 



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