Skip to content

Commit

Permalink
run-test: remove pouchdb-server-install if exists
Browse files Browse the repository at this point in the history
  • Loading branch information
alxndrsn committed Aug 14, 2023
1 parent 307dea3 commit 5317362
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions bin/run-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ pouchdb-setup-server() {
# in CI, link pouchdb-servers dependencies on pouchdb
# modules to the current implementations
if [ -d "pouchdb-server-install" ]; then
# pouchdb server already running
exit 0
rm -rf pouchdb-server-install
fi
mkdir pouchdb-server-install
cd pouchdb-server-install
Expand Down

0 comments on commit 5317362

Please sign in to comment.