diff options
author | Todd Fiala <todd.fiala@gmail.com> | 2016-01-22 23:50:57 +0000 |
---|---|---|
committer | Todd Fiala <todd.fiala@gmail.com> | 2016-01-22 23:50:57 +0000 |
commit | 8c8c9fb5d4db0c98ca3bee99fa0c0afaa42bfaa4 (patch) | |
tree | b0aa8c9a6bb8eaab0160a34fa98262e4560d5915 | |
parent | 6eeb5e70e7dff27151452894b966981b58bcd81e (diff) | |
download | bcm5719-llvm-8c8c9fb5d4db0c98ca3bee99fa0c0afaa42bfaa4.tar.gz bcm5719-llvm-8c8c9fb5d4db0c98ca3bee99fa0c0afaa42bfaa4.zip |
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.
llvm-svn: 258585
-rw-r--r-- | lldb/lldb.xcodeproj/project.pbxproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/lldb.xcodeproj/project.pbxproj b/lldb/lldb.xcodeproj/project.pbxproj index f4a4eaec339..2b8bd6d578f 100644 --- a/lldb/lldb.xcodeproj/project.pbxproj +++ b/lldb/lldb.xcodeproj/project.pbxproj @@ -5919,7 +5919,7 @@ dependencies = ( ); name = "lldb-python-test-suite"; - passBuildSettingsInEnvironment = 1; + passBuildSettingsInEnvironment = 0; productName = "LLDB Python Test Suite"; }; 2687EAC51508110B00DD8C2E /* install-headers */ = { |