diff options
Diffstat (limited to 'testsuite/testing.sh')
-rw-r--r-- | testsuite/testing.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/testing.sh b/testsuite/testing.sh index 913d7f8ef..f907deade 100644 --- a/testsuite/testing.sh +++ b/testsuite/testing.sh | |||
@@ -26,7 +26,7 @@ | |||
26 | # number of failed tests. | 26 | # number of failed tests. |
27 | 27 | ||
28 | # The "optional" function is used to skip certain tests, ala: | 28 | # The "optional" function is used to skip certain tests, ala: |
29 | # optional CONFIG_FEATURE_THINGY | 29 | # optional FEATURE_THINGY |
30 | # | 30 | # |
31 | # The "optional" function checks the environment variable "OPTIONFLAGS", | 31 | # The "optional" function checks the environment variable "OPTIONFLAGS", |
32 | # which is either empty (in which case it always clears SKIP) or | 32 | # which is either empty (in which case it always clears SKIP) or |