From 0bce253857cfe1740fd82d8c0b0cf15baf54cae9 Mon Sep 17 00:00:00 2001 From: Danil <37103154+Danyylka@users.noreply.github.com> Date: Sat, 30 Nov 2024 21:41:29 +0100 Subject: [PATCH] Update envOptions.md --- docs/envOptions.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/envOptions.md b/docs/envOptions.md index 595286ba4..295daed47 100644 --- a/docs/envOptions.md +++ b/docs/envOptions.md @@ -2,13 +2,13 @@ - `CONTAINER_LOG_TAIL`: Specifies the number of lines to display from container logs. Defaults to 50 lines. -- `ICTEST_CONFIGURED_CHAINS`: override the default configuredChains.yaml embedded config. +- `ICTEST_CONFIGURED_CHAINS`: overrides the default configuredChains.yaml embedded config. - `ICTEST_DEBUG`: extra debugging information for test execution. - `ICTEST_HOME`: The folder to use as the home / working directory. -- `ICTEST_SKIP_FAILURE_CLEANUP`: skip cleanup of the temporary directory on a test failure. +- `ICTEST_SKIP_FAILURE_CLEANUP`: skips cleanup of the temporary directory on a test failure. - `KEEP_CONTAINERS`: Prevents testnet cleanup after completion.