[Groonga-commit] groonga/gcs [master] Fix missing comma

Back to archive index

YUKI Hiroshi null+****@clear*****
Mon Dec 10 15:21:17 JST 2012


YUKI Hiroshi	2012-12-10 15:21:17 +0900 (Mon, 10 Dec 2012)

  New Revision: c6734babf4cd8e3264662e17f0eed0939c5341b6
  https://github.com/groonga/gcs/commit/c6734babf4cd8e3264662e17f0eed0939c5341b6

  Log:
    Fix missing comma

  Modified files:
    test/gcs-commands.test.js

  Modified: test/gcs-commands.test.js (+1 -1)
===================================================================
--- test/gcs-commands.test.js    2012-12-10 15:20:46 +0900 (681aeef)
+++ test/gcs-commands.test.js    2012-12-10 15:21:17 +0900 (c4a58c8)
@@ -553,7 +553,7 @@ suite('gcs-configure-from-sdf', function() {
     utils
       .run('gcs-configure-from-sdf',
            '--domain-name', 'companies',
-           '--source', batchFile
+           '--source', batchFile,
            '--force',
            '--endpoint', 'localhost:' + utils.testPort)
       .next(function(result) {
-------------- next part --------------
HTML����������������������������...
Download 



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