diff options
Diffstat (limited to 'meta/lib/oeqa/sdk/cases/makefile.py')
| -rw-r--r-- | meta/lib/oeqa/sdk/cases/makefile.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/lib/oeqa/sdk/cases/makefile.py b/meta/lib/oeqa/sdk/cases/makefile.py index c0b40f1f72..2ff54ce25f 100644 --- a/meta/lib/oeqa/sdk/cases/makefile.py +++ b/meta/lib/oeqa/sdk/cases/makefile.py | |||
| @@ -4,7 +4,7 @@ | |||
| 4 | # SPDX-License-Identifier: MIT | 4 | # SPDX-License-Identifier: MIT |
| 5 | # | 5 | # |
| 6 | 6 | ||
| 7 | import os, tempfile, subprocess, unittest | 7 | import os, tempfile, subprocess |
| 8 | from oeqa.sdk.case import OESDKTestCase | 8 | from oeqa.sdk.case import OESDKTestCase |
| 9 | from oeqa.utils.subprocesstweak import errors_have_output | 9 | from oeqa.utils.subprocesstweak import errors_have_output |
| 10 | errors_have_output() | 10 | errors_have_output() |
