ho-nl / vagrant-development-box

Maintainer: Paul
MIT License
0 stars 0 forks source link

/dev/tests/integration/tmp is not synced to box #64

Closed PascalBrouwers closed 5 years ago

PascalBrouwers commented 6 years ago

/dev/tests/integration/tmp is not synced to box using vagrant unison-sync-polling

PascalBrouwers commented 6 years ago

To be more clear. Unit test and Integration test fail because the 'tmp' folder does not exist. Can the 'unison_ignore' be changed to something like dev/tests/integration/tmp/* so it creates the folder?

paales commented 6 years ago

I'm thinking about just syncing those folders as well, but when syncing very noisy folders you risk conflicts with your local environment and then are required to run vagrant unison-sync-interact.. But it would make flushing caches easier and your Factory classes would also resolve which is nice.