iilyak opened a new pull request #1773: Add `--clean` flag to `dev/run` URL: https://github.com/apache/couchdb/pull/1773 ## Overview Add ability to delete content of `dev/lib` directory when starting development cluster. ## Testing recommendations 1. start cluster `dev/run` 2. kill the cluster (CTRL+C) 3. create any file `touch dev/lib/node1/etc/flag_file` 4. start cluster with `dev/run --clean` 5. kill the cluster (CTRL+C) 6. make sure flag file doesn't exists `ls dev/lib/node1/etc/flag_file` ## Related Issues or Pull Requests ## Checklist - [x] Code is written and works correctly; - [ ] Changes are covered by tests; - [ ] Documentation reflects the changes;
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
