Skip to content

Commit

Permalink
bf: update cloudserver package.json name
Browse files Browse the repository at this point in the history
  • Loading branch information
philipyoo authored and giacomoguiulfo committed Jul 6, 2018
1 parent 40166dd commit 536636c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies:
- rm -rf node_modules
- npm install
post:
- cd node_modules/s3 && npm run mem_backend: {background: true}
- cd node_modules/cloudserver && npm run mem_backend: {background: true}

test:
override:
Expand Down
2 changes: 1 addition & 1 deletion eve/workers/unit_and_feature_tests/run_server_tests.bash
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ killandsleep () {
}

# run s3 mem_backend
cd node_modules/s3 && npm run mem_backend & bash tests/utils/wait_for_local_port.bash 8000 40 && TEST_SWITCH=1 npm run ft_test
cd node_modules/cloudserver && npm run mem_backend & bash tests/utils/wait_for_local_port.bash 8000 40 && TEST_SWITCH=1 npm run ft_test

killandsleep 8000

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@
},
"devDependencies": {
"mocha": "^3.3.0",
"s3": "scality/S3#development/8.0"
"cloudserver": "scality/S3#development/8.0"
}
}

0 comments on commit 536636c

Please sign in to comment.