diff options
author | Leonardo Sandoval <leonardo.sandoval.gonzalez@linux.intel.com> | 2017-05-26 15:37:49 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-05-30 10:15:22 +0100 |
commit | 943a2a30e84660b412df4f1d60fb7e2e46764c50 (patch) | |
tree | 7eef1372f26235c12dd3de445b33850c5ff1f03d /meta | |
parent | 77635ffa3b621add9894ed247dafe146f4af1e84 (diff) | |
download | openembedded-core-943a2a30e84660b412df4f1d60fb7e2e46764c50.tar.gz openembedded-core-943a2a30e84660b412df4f1d60fb7e2e46764c50.tar.bz2 openembedded-core-943a2a30e84660b412df4f1d60fb7e2e46764c50.zip |
oeqa/core/case: fix typo on comment about exception name
Signed-off-by: Leonardo Sandoval <leonardo.sandoval.gonzalez@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/lib/oeqa/core/case.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/lib/oeqa/core/case.py b/meta/lib/oeqa/core/case.py index d2dbf20f9e..917a2aa3f8 100644 --- a/meta/lib/oeqa/core/case.py +++ b/meta/lib/oeqa/core/case.py @@ -23,7 +23,7 @@ class OETestCase(unittest.TestCase): # td_vars has the variables needed by a test class # or test case instance, if some var isn't into td a - # OEMissingVariable exception is raised + # OEQAMissingVariable exception is raised td_vars = None @classmethod |