comparison mx/commands.py @ 4225:339cf8d4904d

Made mx.run work properly when stderr is redirected to stdout. Made outputparser redirect stderr to stdout. Added copyright headers to outputparser.py and sanitycheck.py. Reverted class path construction in mx.build() to use includeSelf=True to fix regression when running 'mx build -c'.
author Doug Simon <doug.simon@oracle.com>
date Thu, 05 Jan 2012 11:31:46 +0100
parents 47f7d91d34cf
children e03ff10d4bfc
comparison
equal deleted inserted replaced
4224:26336f60ec7a 4225:339cf8d4904d
1 # 1 #
2 # commands.py - the default commands available to gl.py 2 # commands.py - the GraalVM specific commands
3 # 3 #
4 # ---------------------------------------------------------------------------------------------------- 4 # ----------------------------------------------------------------------------------------------------
5 # 5 #
6 # Copyright (c) 2007, 2012, Oracle and/or its affiliates. All rights reserved. 6 # Copyright (c) 2007, 2012, Oracle and/or its affiliates. All rights reserved.
7 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 7 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.