jjrodrig commented on issue #1135: Fix for issue #1134 clean up dev/lib before 
run mango tests
URL: https://github.com/apache/couchdb/pull/1135#issuecomment-361983212
 
 
   Thanks @eiri
   
   devclean is removing data directories `@rm -rf dev/lib/*/data`  but 
javascript test is remove all the dev/lib content `@rm -rf dev/lib`
   I think that the local.ini is modified by the dev/run script and it is not 
cleaned by devclean target. It is enough to clean just data?
   
   rm -rf dev/lib is done also by javascript, test-cluster-with-quorum and 
test-cluster-without-quorum targets. Should these targets also depend on 
devclean?
   

----------------------------------------------------------------
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

Reply via email to