[Lldb-commits] [lldb] r258585 - candidate fix for Green Dragon lldb testbot
Todd Fiala via lldb-commits
lldb-commits at lists.llvm.org
Fri Jan 22 15:50:57 PST 2016
Author: tfiala
Date: Fri Jan 22 17:50:57 2016
New Revision: 258585
URL: http://llvm.org/viewvc/llvm-project?rev=258585&view=rev
Log:
candidate fix for Green Dragon lldb testbot
The python test run target started failing recently.
I tracked it down to what looks like the passing of
environment variables into the python script.
This locally fixes the vast majority of errors that
were ultimately inferior test build command failures.
Not sure what caused that to start happening.
Modified:
lldb/trunk/lldb.xcodeproj/project.pbxproj
Modified: lldb/trunk/lldb.xcodeproj/project.pbxproj
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/lldb.xcodeproj/project.pbxproj?rev=258585&r1=258584&r2=258585&view=diff
==============================================================================
--- lldb/trunk/lldb.xcodeproj/project.pbxproj (original)
+++ lldb/trunk/lldb.xcodeproj/project.pbxproj Fri Jan 22 17:50:57 2016
@@ -5919,7 +5919,7 @@
dependencies = (
);
name = "lldb-python-test-suite";
- passBuildSettingsInEnvironment = 1;
+ passBuildSettingsInEnvironment = 0;
productName = "LLDB Python Test Suite";
};
2687EAC51508110B00DD8C2E /* install-headers */ = {
More information about the lldb-commits
mailing list