Skip to content

Commit 384b2e1

Browse files
authored
(pouchdb#8713) - run-test: remove pouchdb-server-install if exists
Closes pouchdb#8713 Co-authored-by: alxndrsn <alxndrsn>
1 parent abc2569 commit 384b2e1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

bin/run-test.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@ pouchdb-setup-server() {
2020
# in CI, link pouchdb-servers dependencies on pouchdb
2121
# modules to the current implementations
2222
if [ -d "pouchdb-server-install" ]; then
23-
# pouchdb server already running
24-
exit 0
23+
rm -rf pouchdb-server-install
2524
fi
2625
mkdir pouchdb-server-install
2726
cd pouchdb-server-install

0 commit comments

Comments
 (0)