os: linux language: c git: submodules: true python: - "3.7" env: - LANG=en_US.UTF-8 script: make all && cd minishell_test && python3 main.py; cat result.log