diff options
| author | Ulf Magnusson <ulfalizer@gmail.com> | 2012-12-16 11:48:05 +0100 |
|---|---|---|
| committer | Ulf Magnusson <ulfalizer@gmail.com> | 2012-12-16 11:48:05 +0100 |
| commit | db974c71ea9c2e975a467a83ecec0638f8ff4b57 (patch) | |
| tree | 22110ad015be18363cf40ea96ac868221be2cea5 /testsuite.py | |
| parent | 60e0a14eb330cf71fd125edc392160106bd07455 (diff) | |
Print arch name before the arch Kconfig is loaded.
Diffstat (limited to 'testsuite.py')
| -rw-r--r-- | testsuite.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite.py b/testsuite.py index e3ec6d9..46d168a 100644 --- a/testsuite.py +++ b/testsuite.py @@ -1477,9 +1477,9 @@ def get_arch_configs(): def add_arch(ARCH, res): os.environ["SRCARCH"] = archdir os.environ["ARCH"] = ARCH + print " Loading {0}...".format(ARCH) c = kconfiglib.Config(base_dir = ".") res.append(c) - print " Loaded " + c.get_arch() res = [] |
