We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abc2569 commit 384b2e1Copy full SHA for 384b2e1
bin/run-test.sh
@@ -20,8 +20,7 @@ pouchdb-setup-server() {
20
# in CI, link pouchdb-servers dependencies on pouchdb
21
# modules to the current implementations
22
if [ -d "pouchdb-server-install" ]; then
23
- # pouchdb server already running
24
- exit 0
+ rm -rf pouchdb-server-install
25
fi
26
mkdir pouchdb-server-install
27
cd pouchdb-server-install
0 commit comments