1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 05:09:24 +00:00

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>
This commit is contained in:
Peter Kjellerstedt
2016-04-15 19:30:07 +02:00
committed by Richard Purdie
parent 8953d83028
commit ed07f43e68
+1 -1
View File
@@ -4,7 +4,7 @@
# DESCRIPTION
# Base class inherited by test classes in meta/lib/selftest
# Base class inherited by test classes in meta/lib/oeqa/selftest
import unittest
import os