diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/explore-kconfig.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/explore-kconfig.py b/bin/explore-kconfig.py index 98ec0a4..1de7f0d 100755 --- a/bin/explore-kconfig.py +++ b/bin/explore-kconfig.py @@ -92,6 +92,8 @@ def main(): if args.kconfig_file: kconf.kconfig = args.kconfig_file + kconf.run_nfpkeys() + if args.random: for i in range(args.random): logging.info(f"Running randconfig {i+1} of {args.random}") |