Skip to content

Commit

Permalink
Set port to 0 for random choice.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rémy HUBSCHER committed Sep 9, 2014
1 parent a749cd7 commit ef94451
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ install:

.PHONY: lint
lint:
@grunt lint
@$(NODE_LOCAL_BIN)/grunt lint

clean:
rm -rf .venv node_modules coverage lib-cov html-report
Expand All @@ -33,7 +33,7 @@ cover-mocha:

.PHONY: eslint
eslint:
@grunt eslint
@$(NODE_LOCAL_BIN)/grunt eslint

.PHONY: mocha
mocha:
Expand Down
2 changes: 1 addition & 1 deletion config/test.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"host": "localhost",
"port": 54321,
"port": 0,
"storage": {
"engine": "redis",
"settings": {
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
"devDependencies": {
"chai": "1.9.x",
"grunt": "0.4.5",
"grunt-cli": "0.1.13",
"grunt-copyright": "0.1.0",
"grunt-eslint": "1.0.0",
"grunt-jsonlint": "1.0.4",
Expand Down

0 comments on commit ef94451

Please sign in to comment.