Skip to content

Commit

Permalink
Merge pull request mozilla-services#198 from mozilla-services/1062461…
Browse files Browse the repository at this point in the history
…-test-fails-when-server-running

Bug 1062461 — Change default server port for tests.
  • Loading branch information
Natim committed Sep 10, 2014
2 parents 2964674 + ef94451 commit 5e6716d
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": 5000,
"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 5e6716d

Please sign in to comment.