Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 140b84d

Browse filesBrowse files
Fishrock123Myles Borins
authored andcommitted
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: #6786 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Anna Henningsen <anna@addaleax.net>
1 parent 350f4cf commit 140b84d
Copy full SHA for 140b84d

File tree

Expand file treeCollapse file tree

1 file changed

+1
-0
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-0
lines changed
Open diff view settings
Collapse file

‎tools/test.py‎

Copy file name to clipboardExpand all lines: tools/test.py
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1571,6 +1571,7 @@ def Main():
15711571
vmArch = archEngineContext.stdout.rstrip()
15721572
if archEngineContext.exit_code is not 0 or vmArch == "undefined":
15731573
print "Can't determine the arch of: '%s'" % vm
1574+
print archEngineContext.stderr.rstrip()
15741575
continue
15751576
env = {
15761577
'mode': mode,

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.