[riot-notifications] [RIOT-OS/RIOT] dist/tools/kconfiglib: add configuration checks to genconfig.py (#15219)
Francisco
notifications at github.com
Tue Nov 3 15:51:20 CET 2020
I did a first run where kconfig was not found:
```
Running test: "check_files_exist" ✓
Running test: "application_missing_deps_should_fail" ✓
Running test: "application_with_deps_should_succeed" Traceback (most recent call last):
File "/home/francisco/workspace/RIOT/dist/tools/kconfiglib/genconfig.py", line 36, in <module>
import kconfiglib
ModuleNotFoundError: No module named 'kconfiglib'x
Running test: "missing_module_should_fail" ✓
Running test: "module_with_deps_should_succeed" Traceback (most recent call last):
File "/home/francisco/workspace/RIOT/dist/tools/kconfiglib/genconfig.py", line 36, in <module>
import kconfiglib
ModuleNotFoundError: No module named 'kconfiglib'x
Running test: "missing_choice_should_fail" ✓
Running test: "choice_with_deps_should_succeed" Traceback (most recent call last):
File "/home/francisco/workspace/RIOT/dist/tools/kconfiglib/genconfig.py", line 36, in <module>
import kconfiglib
ModuleNotFoundError: No module named 'kconfiglib'x
```
Should it install it just as when running `menuconfig`?
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/RIOT-OS/RIOT/pull/15219#issuecomment-721163460
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.riot-os.org/pipermail/notifications/attachments/20201103/21ae857b/attachment.htm>
More information about the notifications
mailing list