cozy-labs / cozy-light

Personal Server Made Easy
http://cozy-labs.github.io/cozy-light/
GNU Affero General Public License v3.0
104 stars 13 forks source link

Various fix #11

Closed maboiteaspam closed 10 years ago

maboiteaspam commented 10 years ago

Hello,

following latest commits i found out several difficulties while running tests. Now it creates a specific test working directory and run test within it. And btw it stops to garbage my local setup.

Also, i found out the require's cache was not clean when applications are reloaded. I think this could be useful in case the user remove / re install an app, for whatever difficulties encountered.

thanks !

frankrousseau commented 10 years ago

Thank you for that PR. When running tests yesterday, I was thinking too that the fact it deletes configuration is not clean. I added two remarks on your code. I wait for your answers before merging.

maboiteaspam commented 10 years ago

hth!

frankrousseau commented 10 years ago

OK I simplified watcher management and put back home and configpath as private vars.

maboiteaspam commented 10 years ago

yep i saw, that s great, will test it ! thank you