diff 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
line wrap: on
line diff
--- a/mx/commands.py	Wed Jan 04 23:34:15 2012 +0100
+++ b/mx/commands.py	Thu Jan 05 11:31:46 2012 +0100
@@ -1,5 +1,5 @@
 #
-# commands.py - the default commands available to gl.py
+# commands.py - the GraalVM specific commands
 #
 # ----------------------------------------------------------------------------------------------------
 #