Fixing architecture_triplet

This commit is contained in:
Sergio Durigan Junior 2014-12-13 03:58:58 -05:00
parent 302a8eedbf
commit b2d73ebe58

View file

@ -183,7 +183,7 @@ def load_config (c):
if 'arch_triplet' in b:
arch_triplet = b.pop ('arch_triplet')
else:
arch_triplet = None
arch_triplet = []
btype = b.pop ('type')
factory = globals ()[ "RunTestGDB%s" % btype ]
b['factory'] = factory (arch_triplet)