]> code.ossystems Code Review - openembedded-core.git/commitdiff
testimage.bbclass: Correct the comment to state right dir for test cases
authorKhem Raj <raj.khem@gmail.com>
Fri, 9 Jun 2017 03:41:33 +0000 (20:41 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 12 Jun 2017 14:04:12 +0000 (15:04 +0100)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/classes/testimage.bbclass

index 6c33e16e3d90e926cdd7d7c9a77cfe0d9d361e36..6fa2d6fd9f48185af5d7f9adb54d0e791c471968 100644 (file)
@@ -13,7 +13,7 @@
 
 # You can set (or append to) TEST_SUITES in local.conf to select the tests
 # which you want to run for your target.
-# The test names are the module names in meta/lib/oeqa/runtime.
+# The test names are the module names in meta/lib/oeqa/runtime/cases.
 # Each name in TEST_SUITES represents a required test for the image. (no skipping allowed)
 # Appending "auto" means that it will try to run all tests that are suitable for the image (each test decides that on it's own).
 # Note that order in TEST_SUITES is relevant: tests are run in an order such that