diff options
| author | Cristian Iorga <cristian.iorga@intel.com> | 2015-04-22 12:22:31 +0300 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-05-15 18:12:09 +0100 |
| commit | f01d4df7568fed5fe2feb0b1e8abb2214b567c07 (patch) | |
| tree | 104359c48b3fce8359de7e42ad4bf0c71dc94fa7 /meta/recipes-devtools/python/python3 | |
| parent | 7c0c2b3037dfc2790446968572daf5bf0a17e2f8 (diff) | |
| download | openembedded-core-f01d4df7568fed5fe2feb0b1e8abb2214b567c07.tar.gz openembedded-core-f01d4df7568fed5fe2feb0b1e8abb2214b567c07.tar.bz2 openembedded-core-f01d4df7568fed5fe2feb0b1e8abb2214b567c07.zip | |
oeqa/selftest/toaster: fix bad indent
oe-selftest --list-classes crashes because
of a bad indent (see below). Fixed.
systemd-build$ oe-selftest --list-classes
2015-04-22 12:12:39,141 - selftest - INFO - Listing all available test modules:
_sstatetests_noauto (hidden)
-- SStateBase
-- RebuildFromSState
-- -- test_sstate_rebuild
-- -- test_sstate_relocation
_toaster (hidden)
Traceback (most recent call last):
File "/mnt/Yo/yoctoproject/poky/scripts/oe-selftest", line 201, in <module>
ret = main()
File "/mnt/Yo/yoctoproject/poky/scripts/oe-selftest", line 157, in main
modlib = importlib.import_module(test)
File "/usr/lib/python2.7/importlib/__init__.py", line 37, in import_module
__import__(name)
File "/mnt/Yo/yoctoproject/poky/meta/lib/oeqa/selftest/_toaster.py", line 438
time.sleep(3)
^
IndentationError: unexpected indent
(From OE-Core master rev: 46869abf72c1c5babce49537f221d7a4f53ca820)
Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3')
0 files changed, 0 insertions, 0 deletions
