diff options
author | Peter Kjellerstedt <peter.kjellerstedt@axis.com> | 2016-04-15 19:30:07 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-04-18 16:28:22 +0100 |
commit | ed07f43e6898011d7b46eb1803c580e7a8cbfc93 (patch) | |
tree | 02c5bf7eeed77509200dccc2ed0a229ab642674a /meta | |
parent | 8953d8302848a1ebb79a9fd56c2b26b7ab704e40 (diff) | |
download | poky-ed07f43e6898011d7b46eb1803c580e7a8cbfc93.tar.gz |
lib/oeqa/selftest/base.py: Correct a reference to meta/lib/oeqa/selftest
(From OE-Core rev: 4ed2a6d43ea19a3026d94666fc342493689d7d46)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/lib/oeqa/selftest/base.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/lib/oeqa/selftest/base.py b/meta/lib/oeqa/selftest/base.py index dc937310dc..e10455edc1 100644 --- a/meta/lib/oeqa/selftest/base.py +++ b/meta/lib/oeqa/selftest/base.py | |||
@@ -4,7 +4,7 @@ | |||
4 | 4 | ||
5 | 5 | ||
6 | # DESCRIPTION | 6 | # DESCRIPTION |
7 | # Base class inherited by test classes in meta/lib/selftest | 7 | # Base class inherited by test classes in meta/lib/oeqa/selftest |
8 | 8 | ||
9 | import unittest | 9 | import unittest |
10 | import os | 10 | import os |