From 04808764d204e7beb76f07a26dec212d77863059 Mon Sep 17 00:00:00 2001 From: ioedeveloper Date: Wed, 15 Mar 2023 16:14:58 +0100 Subject: [PATCH] Fix remix-libs test --- libs/remix-tests/src/run.ts | 2 +- libs/remix-tests/tests/testRunner.cli.spec.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/remix-tests/src/run.ts b/libs/remix-tests/src/run.ts index 50ff7ca24e..4aac98af81 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') .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 23b801dde3..23b00a7b2b 100644 --- a/libs/remix-tests/tests/testRunner.cli.spec.ts +++ b/libs/remix-tests/tests/testRunner.cli.spec.ts @@ -49,7 +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 + -k, --killProcess enable/disable process exit with code 1 -h, --help display help for command Commands: