norsys / rothenberg

Rothenberg allows a developer to create or maintain a Symfony application or bundle very easily and without installing anything on his workstation.
Other
24 stars 14 forks source link

ERROR: tests fail on file ownership #27

Closed Siwayll closed 5 years ago

Siwayll commented 5 years ago

Tests fails :

make tests
[...]
=> SUCCESS for test/update/app!
=> FAILURE for All files are owned by current user for test/update/app!

It appear that only one file doesn't have the right owner

➜  rothenberg git:(master) find tests/cases -not -uid 1000  
tests/cases/update/app/bin/console
mageekguy commented 5 years ago

Fixed by #31.