Преглед изворни кода

renamed .gitmodules to dist, in order to avoid recursive initialization

gediminasm пре 14 година
родитељ
комит
745bfb640a
3 измењених фајлова са 2 додато и 0 уклоњено
  1. 1 0
      .gitignore
  2. 0 0
      .gitmodules.dist
  3. 1 0
      README.markdown

+ 1 - 0
.gitignore

@@ -2,6 +2,7 @@ tests/phpunit.xml
 tests/temp/*.php
 build/
 scripts/
+.gitmodules
 .project
 .settings
 .build.xml

.gitmodules → .gitmodules.dist


+ 1 - 0
README.markdown

@@ -76,6 +76,7 @@ PHPUnit 3.5 or newer is required.
 To setup and run tests follow these steps:
 
 - go to the root directory of extensions
+- run: **cp .gitmodules.dist .gitmodules**
 - run: **git submodule update --init**
 - run: **phpunit -c tests**
 - optional - run mongodb in background to complete all tests