summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTodd Fiala <todd.fiala@gmail.com>2015-12-18 23:22:15 +0000
committerTodd Fiala <todd.fiala@gmail.com>2015-12-18 23:22:15 +0000
commitbfc2dc7ab7dbc622966527d550bfe44b4296067b (patch)
tree6cdcbc32be2355da57aacf4d15fca150d1bc9730
parent4fee5f64160d2487c9cee1e3e35e146042afe8de (diff)
downloadbcm5719-llvm-bfc2dc7ab7dbc622966527d550bfe44b4296067b.tar.gz
bcm5719-llvm-bfc2dc7ab7dbc622966527d550bfe44b4296067b.zip
Xcode: remove --test-subdir test reduction from previous check-in
That was not meant to go in, as it was for testing my last change. llvm-svn: 256062
-rw-r--r--lldb/lldb.xcodeproj/project.pbxproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/lldb.xcodeproj/project.pbxproj b/lldb/lldb.xcodeproj/project.pbxproj
index 022578f59fa..6c73ccd0801 100644
--- a/lldb/lldb.xcodeproj/project.pbxproj
+++ b/lldb/lldb.xcodeproj/project.pbxproj
@@ -5928,7 +5928,7 @@
/* Begin PBXLegacyTarget section */
2387551E1C24974600CCE8C3 /* lldb-python-test-suite */ = {
isa = PBXLegacyTarget;
- buildArgumentsString = "-u $(SRCROOT)/test/dotest.py --apple-sdk $(PLATFORM_NAME) --executable=$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/lldb --results-formatter lldbsuite.test.xunit_formatter.XunitFormatter --results-file $(BUILD_DIR)/test-results.xml --rerun-all-issues --test-subdir lang/c --env TERM=vt100";
+ buildArgumentsString = "-u $(SRCROOT)/test/dotest.py --apple-sdk $(PLATFORM_NAME) --executable=$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/lldb --results-formatter lldbsuite.test.xunit_formatter.XunitFormatter --results-file $(BUILD_DIR)/test-results.xml --rerun-all-issues --env TERM=vt100";
buildConfigurationList = 238755241C24974600CCE8C3 /* Build configuration list for PBXLegacyTarget "lldb-python-test-suite" */;
buildPhases = (
);
OpenPOWER on IntegriCloud