[Groonga-commit] groonga/groonga at 7222c2b [master] test query_optimizer: build before running tests

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Nov 3 18:40:45 JST 2014


Kouhei Sutou	2014-11-03 18:40:45 +0900 (Mon, 03 Nov 2014)

  New Revision: 7222c2b584b5482d79459f29638af6f1573a2530
  https://github.com/groonga/groonga/commit/7222c2b584b5482d79459f29638af6f1573a2530

  Message:
    test query_optimizer: build before running tests

  Modified files:
    test/query_optimizer/run-test.rb

  Modified: test/query_optimizer/run-test.rb (+4 -0)
===================================================================
--- test/query_optimizer/run-test.rb    2014-11-03 18:36:06 +0900 (93eb6b9)
+++ test/query_optimizer/run-test.rb    2014-11-03 18:40:45 +0900 (954a702)
@@ -10,6 +10,10 @@ source_top_dir_path = base_dir_path.parent.parent
 build_top_dir_path  = current_dir_path
 build_base_dir_path = build_top_dir_path + "test/query_optimizer"
 
+Dir.chdir(build_top_dir_path.to_s) do
+  system("make -j8 > /dev/null") or exit(false)
+end
+
 rroonga_built_revision_path = build_base_dir_path + "rroonga.built"
 rroonga_built_revision = nil
 if rroonga_built_revision_path.exist?
-------------- next part --------------
HTML����������������������������...
下載 



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