From f06e8de42359cff6cb93dad4a89c64078d864790 Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Thu, 8 Oct 2020 12:03:46 +0200 Subject: Added syntax error discard --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 7bbc73c..a0ea7d8 100644 --- a/README.md +++ b/README.md @@ -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 -- cgit