mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-31 21:01:33 +02:00
Look for Makefile, not makefile
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user