mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Look for Makefile, not makefile
This commit is contained in:
parent
040546b1d3
commit
fa2a3574db
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ test_acceptance_app_run: docker-shared.yml
|
|||
test_acceptance_modules: docker-shared.yml
|
||||
for dir in modules/*; \
|
||||
do \
|
||||
if [ -e $$dir/makefile ]; then \
|
||||
if [ -e $$dir/Makefile ]; then \
|
||||
(make test_acceptance_module MODULE=$$dir) \
|
||||
fi \
|
||||
done
|
||||
|
|
Loading…
Reference in a new issue