[Groonga-commit] groonga/grntest [master] Use lib/grntest directory

Back to archive index

Kouhei Sutou null+****@clear*****
Sat Aug 11 20:48:58 JST 2012


Kouhei Sutou	2012-08-11 20:48:58 +0900 (Sat, 11 Aug 2012)

  New Revision: 2ed1cac0e009a0e91e5930028258929b94cae467
  https://github.com/groonga/grntest/commit/2ed1cac0e009a0e91e5930028258929b94cae467

  Log:
    Use lib/grntest directory

  Modified files:
    bin/grntest
  Renamed files:
    lib/grntest/tester.rb
      (from lib/groonga/tester.rb)

  Modified: bin/grntest (+2 -2)
===================================================================
--- bin/grntest    2012-08-11 20:39:15 +0900 (f074b7c)
+++ bin/grntest    2012-08-11 20:48:58 +0900 (b6a5aba)
@@ -15,6 +15,6 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
-require "groonga/tester"
+require "grntest/tester"
 
-exit(Groonga::Tester.run)
+exit(Grntest::Tester.run)

  Renamed: lib/grntest/tester.rb (+1 -1) 99%
===================================================================
--- lib/groonga/tester.rb    2012-08-11 20:39:15 +0900 (f1fe1b7)
+++ lib/grntest/tester.rb    2012-08-11 20:48:58 +0900 (3320ad6)
@@ -26,7 +26,7 @@ require "shellwords"
 require "open-uri"
 require "cgi/util"
 
-module Groonga
+module Grntest
   class Tester
     VERSION = "1.0.0"
 
-------------- next part --------------
HTML����������������������������...
Download 



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