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 */ = {


_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to