null+****@clear*****
null+****@clear*****
2011年 6月 27日 (月) 16:45:50 JST
Kouhei Sutou 2011-06-27 07:45:50 +0000 (Mon, 27 Jun 2011) New Revision: 647aa81d2a673357e02ddc57b3815778dda94b14 Log: [query-log][analyzer] remove .rb. Modified files: test/unit/tools/test-query-log-analyzer.rb tools/Makefile.am Renamed files: tools/groonga-query-log-analyzer (from tools/groonga-query-log-analyzer.rb) Modified: test/unit/tools/test-query-log-analyzer.rb (+1 -1) =================================================================== --- test/unit/tools/test-query-log-analyzer.rb 2011-06-27 07:40:50 +0000 (ae6fb4d) +++ test/unit/tools/test-query-log-analyzer.rb 2011-06-27 07:45:50 +0000 (6234c40) @@ -15,7 +15,7 @@ # License along with this library; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -require "groonga-query-log-analyzer" +load "groonga-query-log-analyzer" require "stringio" module QueryLogAalyzerTest Modified: tools/Makefile.am (+3 -1) =================================================================== --- tools/Makefile.am 2011-06-27 07:40:50 +0000 (e1ca98a) +++ tools/Makefile.am 2011-06-27 07:45:50 +0000 (8d38858) @@ -1,4 +1,6 @@ +bin_SCRIPTS = \ + groonga-query-log-analyzer + EXTRA_DIST = \ groonga-memory-leak-checker.rb \ - groonga-query-log-analyzer.rb \ prepare-sphinx-html.rb Renamed: tools/groonga-query-log-analyzer (+0 -0) 100% ===================================================================