From 1538c975ec127efc368284abe0777006719bf505 Mon Sep 17 00:00:00 2001 From: Leonid Lisovskiy Date: Thu, 29 Jul 2010 11:05:30 +0400 Subject: testsuite: typo in tr.tests Hi tr.tests script from bb 1.17 testsuite has wrong "optional" conditional clauses. As result, some tr tests was skipped even if CONFIG_FEATURE_TR_CLASSES=y. Patch attached fixes problem for me. - Leonid Signed-off-by: Leonid Lisovskiy Signed-off-by: Bernhard Reutner-Fischer --- testsuite/testing.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testsuite/testing.sh') 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 @@ # number of failed tests. # The "optional" function is used to skip certain tests, ala: -# optional CONFIG_FEATURE_THINGY +# optional FEATURE_THINGY # # The "optional" function checks the environment variable "OPTIONFLAGS", # which is either empty (in which case it always clears SKIP) or -- cgit v1.2.3