tools: print stderr on bad test.py vmArch
check
This makes it so you can see why the check fails if it does. Typically that sort of thing can happen if you are modifying bootstrapping or `process`. PR-URL: https://github.com/nodejs/node/pull/6786 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Anna Henningsen <anna@addaleax.net>
This commit is contained in:
parent
ae0f68d6e1
commit
4babe656b4
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user