diff --git a/libs/remix-tests/src/run.ts b/libs/remix-tests/src/run.ts index 0b64f1de1b..50ff7ca24e 100644 --- a/libs/remix-tests/src/run.ts +++ b/libs/remix-tests/src/run.ts @@ -55,7 +55,7 @@ commander .option('-f, --fork ', 'set hard fork (e.g: istanbul, berlin etc. See full list of hard forks here: https://github.com/ethereumjs/ethereumjs-monorepo/tree/master/packages/common/src/hardforks)') .option('-n, --nodeUrl ', 'set node url (e.g: https://mainnet.infura.io/v3/your-api-key)') .option('-b, --blockNumber ', 'set block number (e.g: 123456)') - .option('-k, --killProcess ', 'enable/disable process exit with code 1 if there are failing tests.') + .option('-k, --killProcess ', 'enable/disable process exit with code 1 if there are failing tests') .argument('file_path', 'path to test file or directory') .action(async (file_path) => { const options = commander.opts(); diff --git a/libs/remix-tests/tests/testRunner.cli.spec.ts b/libs/remix-tests/tests/testRunner.cli.spec.ts index 16bd565cce..23b801dde3 100644 --- a/libs/remix-tests/tests/testRunner.cli.spec.ts +++ b/libs/remix-tests/tests/testRunner.cli.spec.ts @@ -49,6 +49,7 @@ Options: -n, --nodeUrl set node url (e.g: https://mainnet.infura.io/v3/your-api-key) -b, --blockNumber set block number (e.g: 123456) + -k, --killProcess enable/disable process exit with code 1 if there are failing tests -h, --help display help for command Commands: