MiniShell is a minimalistic shell interpreter, supporting features like basic command execution, environment variable handling, command chaining, redirections, pipes, subshells, and here documents.
MIT License
25
stars
3
forks
source link
[CI] Add crash test to CI and make new changes of tester compatible #377
The crash test runs all tests, once with and once without environment, and only check for crashes. It replaces the death (
d
) test. If any crash is detected, the whole workflow fails. (It will look like this: https://github.com/itislu/minishell/actions/runs/10541229790/job/29206779522)Combine Crash Test Results
job.