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-06-02 13:36:14 +0100 |
commit | de06dd1e497faa0df03e0099ef39e6d722e1c551 (patch) | |
tree | 756eb39a62a58f8f1aa6659a5f19c92a542fb24b /meta | |
parent | 1974a68926064a7abebedae44658c19d98548730 (diff) | |
download | poky-de06dd1e497faa0df03e0099ef39e6d722e1c551.tar.gz |
oeqa/core/case: fix typo on comment about exception name
(From OE-Core rev: 943a2a30e84660b412df4f1d60fb7e2e46764c50)
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): | |||
23 | 23 | ||
24 | # td_vars has the variables needed by a test class | 24 | # td_vars has the variables needed by a test class |
25 | # or test case instance, if some var isn't into td a | 25 | # or test case instance, if some var isn't into td a |
26 | # OEMissingVariable exception is raised | 26 | # OEQAMissingVariable exception is raised |
27 | td_vars = None | 27 | td_vars = None |
28 | 28 | ||
29 | @classmethod | 29 | @classmethod |