Index: tests/pybin/test_run.py
===================================================================
--- tests/pybin/test_run.py	(revision f806b61240fa8f82c3add1d6bac8a1176b4d9868)
+++ tests/pybin/test_run.py	(revision 300fbeede5a76d3fd0340e622ef800b6dc26dc73)
@@ -49,5 +49,5 @@
 		test.name = os.path.basename(target)
 		test.path = os.path.relpath (os.path.dirname(target), settings.SRCDIR)
-		test.arch = settings.arch.toString() if settings.arch.cross_compile else ''
+		test.arch = settings.arch.target if settings.arch.cross_compile else ''
 		return test
 
