More print statements.

BUG=

Review URL: https://codereview.chromium.org//27551004

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@28754 260f80e4-7a28-3924-810f-c04153c831b5
This commit is contained in:
efortuna@google.com 2013-10-16 21:42:13 +00:00
parent 22628ce31f
commit 5835205874

View file

@ -132,7 +132,9 @@ def ProcessBot(name, target, custom_env=None):
def FixJavaHome():
buildbot_javahome = os.getenv('BUILDBOT_JAVA_HOME')
print 'value of buildbot_javahome ' + buildbot_javahome
if buildbot_javahome:
print 'in buildbot_javahome'
current_pwd = os.getenv('PWD')
java_home = os.path.join(current_pwd, buildbot_javahome)
java_bin = os.path.join(java_home, 'bin')