aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorCharles Cabergs <me@cacharle.xyz>2020-10-08 12:03:46 +0200
committerCharles Cabergs <me@cacharle.xyz>2020-10-08 12:03:46 +0200
commitf06e8de42359cff6cb93dad4a89c64078d864790 (patch)
tree7194a39240ca7afb00d29889ce6fda0992a04174 /README.md
parentc48f9194ac7cd2a15d0f86d8d03b0a8d6001d387 (diff)
downloadminishell_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.md9
1 files changed, 8 insertions, 1 deletions
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