From 93c6297dce30478653ca7edfacf3dee4df5e98a4 Mon Sep 17 00:00:00 2001 From: Ben Wilfong <48168887+wilfonba@users.noreply.github.com> Date: Wed, 11 Dec 2024 23:35:28 -0500 Subject: [PATCH] spelling --- docs/documentation/testing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/documentation/testing.md b/docs/documentation/testing.md index 48db9fcac..15b1ca361 100644 --- a/docs/documentation/testing.md +++ b/docs/documentation/testing.md @@ -11,7 +11,7 @@ A test is considered passing when our error tolerances are met in order to maint `./mfc.sh test` has the following unique options: - `-l` outputs the full list of tests - `--from` (`-f)` and `--to` (`t`) restrict testing to a range of contiguous slugs -- `--only` (`-o`) restricts testing to a non-contiguous rage of tests based on if their trace contains a certain feature +- `--only` (`-o`) restricts testing to a non-contiguous range of tests based on if their trace contains a certain feature - `--test-all` (`a`) test post process and ensure the Silo database files are correct - `--percent` (`%`) to specify a percentage of the test suite to select at random and test - `--max-attempts` (`-m`) the maximum number of attempts to make on a test before considering it failed