diff options
| author | Charles Cabergs <me@cacharle.xyz> | 2020-10-08 12:03:46 +0200 |
|---|---|---|
| committer | Charles Cabergs <me@cacharle.xyz> | 2020-10-08 12:03:46 +0200 |
| commit | f06e8de42359cff6cb93dad4a89c64078d864790 (patch) | |
| tree | 7194a39240ca7afb00d29889ce6fda0992a04174 /README.md | |
| parent | c48f9194ac7cd2a15d0f86d8d03b0a8d6001d387 (diff) | |
| download | minishell_test-f06e8de42359cff6cb93dad4a89c64078d864790.tar.gz minishell_test-f06e8de42359cff6cb93dad4a89c64078d864790.tar.bz2 minishell_test-f06e8de42359cff6cb93dad4a89c64078d864790.zip | |
Added syntax error discard
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -71,7 +71,14 @@ Their is 3 different method to enable the bonus tests: ## Memory leaks -`./run -kx` +`./run -k`, checkout the `--show-range`, `--range` and `-x` options to help +to select the tests to run since valgrind is really slow. + +## Custom syntax error message + +If you don't want to copy bash syntax error message, +you can set the environment variable `MINISHELL_TEST_DONT_CHECK_ERROR_MESSAGE` to `yes`. +It will still test your exit status code but will discard any output on error tests. ## Linux |
