diff --git a/tools/test.py b/tools/test.py index 12da869e57b763..142ad9ef5f4b51 100755 --- a/tools/test.py +++ b/tools/test.py @@ -1541,6 +1541,7 @@ def Main(): vmArch = archEngineContext.stdout.rstrip() if archEngineContext.exit_code is not 0 or vmArch == "undefined": print "Can't determine the arch of: '%s'" % vm + print archEngineContext.stderr.rstrip() continue env = { 'mode': mode,