As a simple measure, output the lldb version and the svn info for

which the testsuite is run against.

llvm-svn: 127782
This commit is contained in:
Johnny Chen 2011-03-17 00:38:22 +00:00
parent b39c7c7b17
commit dbfc256eec
1 changed files with 4 additions and 1 deletions

View File

@ -576,7 +576,10 @@ def setupSysPath():
print "The 'lldb' executable cannot be located. Some of the tests may not be run as a result."
else:
os.environ["LLDB_EXEC"] = lldbExec
print "The 'lldb' executable path is", lldbExec
#print "The 'lldb' executable path is", lldbExec
os.system('%s -v' % lldbExec)
os.system('svn info %s' % base)
global ignore