From db974c71ea9c2e975a467a83ecec0638f8ff4b57 Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Sun, 16 Dec 2012 11:48:05 +0100 Subject: Print arch name before the arch Kconfig is loaded. --- testsuite.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testsuite.py') 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 = [] -- cgit v1.2.3