From 6e26679274edc8e1838f77600c38020fb1863803 Mon Sep 17 00:00:00 2001 From: Vacha Date: Wed, 5 Jan 2022 05:17:26 -0800 Subject: [PATCH] Fixing typo in TESTING.md (#1849) Signed-off-by: Vacha Shah --- TESTING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/TESTING.md b/TESTING.md index 2664d5f8a99..f6c95176253 100644 --- a/TESTING.md +++ b/TESTING.md @@ -1,4 +1,4 @@ -OpenSearch uses [jUnit](https://junit.org/junit5/) for testing, it also uses randomness in the tests, that can be set using a seed, the following is a cheatsheet of options for running the tests for OpenSearch. +OpenSearch uses [jUnit](https://junit.org/junit5/) for testing, it also uses randomness in the tests, that can be set using a seed. The following is a cheatsheet of options for running the tests for OpenSearch. - [Requirements](#requirements) - [Creating packages](#creating-packages) @@ -64,7 +64,7 @@ In order to run OpenSearch from source without building a package, you can run i ### Launching and debugging from an IDE -**NOTE:** If you have imported the project into IntelliJ according to the instructions in [DEVELOPER_GUIDE.md](DEVELOPER_GUIDE.md#importing-the-project-into-intellij-idea), then a debug run configuration named **Debug OpenSearch** will be created for you and configured appropriately. +**NOTE:** If you have imported the project into IntelliJ according to the instructions in [DEVELOPER_GUIDE.md](DEVELOPER_GUIDE.md#intellij-idea), then a debug run configuration named **Debug OpenSearch** will be created for you and configured appropriately. To run OpenSearch in debug mode, @@ -178,7 +178,7 @@ Change the logging level of OpenSearch (not Gradle) ./gradlew test -Dtests.opensearch.logger.level=DEBUG -Print all the logging output from the test runs to the commandline even if tests are passing. +Print all the logging output from the test runs to the command line even if tests are passing. ./gradlew test -Dtests.output=true