diff --git a/docs/get_started.md b/docs/get_started.md index a7b893d13..0bf3b9f2c 100644 --- a/docs/get_started.md +++ b/docs/get_started.md @@ -113,4 +113,4 @@ If you encounter any issues or need assistance, consider the following: Once you have completed a test attempt, you may want to review the test report provided by Testrun. For more information about what Testrun looks for when testing, and what the output means, take a look at the testing documentation: [Testing](/docs/test/index.md). # Uninstall -To uninstall Testrun, use the built-in dpkg uninstall command to remove Testrun correctly. For Testrun, this would be: ```sudo apt-get remove testrun```. Note that this +To uninstall Testrun, use the built-in dpkg uninstall command to remove Testrun correctly. For Testrun, this would be: ```sudo apt-get remove testrun```. diff --git a/docs/test/statuses.md b/docs/test/statuses.md index 5a2ba626d..c83259fb3 100644 --- a/docs/test/statuses.md +++ b/docs/test/statuses.md @@ -9,7 +9,7 @@ Testrun will output the result and description of each automated test. The test | Error | An error occured whilst running the test | Create a bug report requesting additional support to diagnose the issue | | Skipped | The test has not been executed because a linked test did not produce a compliant result | You may implement the functionality (not required) | -## Test requirement +## Test Requirement Testrun also determines whether each test is required for the device to receive an overall compliant result. These rules are: | Name | Description |