summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--testsuite.py2
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 = []