[Groonga-commit] groonga/gcs [master] Set NODE_ENV to test for test

Back to archive index

Yoji SHIDARA null+****@clear*****
Wed Aug 15 15:16:55 JST 2012


Yoji SHIDARA	2012-08-15 15:16:55 +0900 (Wed, 15 Aug 2012)

  New Revision: 83171e61c17adb94ed0f150c0de2b38027739f2a
  https://github.com/groonga/gcs/commit/83171e61c17adb94ed0f150c0de2b38027739f2a

  Log:
    Set NODE_ENV to test for test

  Modified files:
    package.json

  Modified: package.json (+1 -1)
===================================================================
--- package.json    2012-08-15 15:16:07 +0900 (26f88b2)
+++ package.json    2012-08-15 15:16:55 +0900 (a240a2b)
@@ -28,7 +28,7 @@
     "xmlbuilder": ""
   },
   "scripts": {
-    "test": "./node_modules/.bin/mocha --reporter list --ui tdd",
+    "test": "NODE_ENV=test ./node_modules/.bin/mocha --reporter list --ui tdd",
     "start": "./bin/gcs"
   },
   "bin": {
-------------- next part --------------
HTML����������������������������...
Download 



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