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 <lly.dev@gmail.com> Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
This commit is contained in:
committed by
Bernhard Reutner-Fischer
parent
64b6f7cfba
commit
1538c975ec
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user