[Lldb-commits] [lldb] r145732 - /lldb/trunk/test/lldbtest.py
Johnny Chen
johnny.chen at apple.com
Fri Dec 2 16:16:59 PST 2011
Author: johnny
Date: Fri Dec 2 18:16:59 2011
New Revision: 145732
URL: http://llvm.org/viewvc/llvm-project?rev=145732&view=rev
Log:
Let's also record the compiler version used for compiling the inferior into the session info
Modified:
lldb/trunk/test/lldbtest.py
Modified: lldb/trunk/test/lldbtest.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/lldbtest.py?rev=145732&r1=145731&r2=145732&view=diff
==============================================================================
--- lldb/trunk/test/lldbtest.py (original)
+++ lldb/trunk/test/lldbtest.py Fri Dec 2 18:16:59 2011
@@ -779,6 +779,9 @@
else:
benchmarks = False
+ # This records the compiler version used for the test.
+ system([self.getCompiler(), "-v"], sender=self)
+
dname = os.path.join(os.environ["LLDB_TEST"],
os.environ["LLDB_SESSION_DIRNAME"])
if not os.path.isdir(dname):
More information about the lldb-commits
mailing list