From 2d1bf9c69be1da2f3febe98ce2cb4a48f98972aa Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Tue, 4 Jun 2013 14:25:57 +0000 Subject: [PATCH] Print the lldb test failures --- debian/changelog | 1 + debian/rules | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/debian/changelog b/debian/changelog index 17aca131..5eda66cf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ llvm-toolchain-3.3 (1:3.3~+rc3-1~exp2) UNRELEASED; urgency=low * Remove powerpc from the package using binutils-gold + * Print the lldb test failures -- diff --git a/debian/rules b/debian/rules index 0706eed4..d683e073 100755 --- a/debian/rules +++ b/debian/rules @@ -226,6 +226,10 @@ override_dh_auto_test: cd $(TARGET_BUILD)/Release/lib/python2.7/site-packages/lldb && if test ! -h _lldb.so -o ! -f _lldb.so; then ln -s ../../../liblldb.so _lldb.so; fi cd $(TARGET_BUILD)/Release/lib/python2.7/site-packages/lldb && if test ! -h libLLVM-$(LLVM_VERSION).so.$(SONAME_EXT) -o ! -f _lldb.so; then ln -s ../../../libLLVM-$(LLVM_VERSION).so libLLVM-$(LLVM_VERSION).so.$(SONAME_EXT); fi cd $(TARGET_BUILD)/ && $(MAKE) -C tools/lldb/test || true + if test -d $(TARGET_BUILD)/lldb-test-traces/; then \ + cat $(TARGET_BUILD)/lldb-test-traces/*; \ + fi + # Managed by debian build system rm -f $(CURDIR)/$(TARGET_BUILD)/Release/lib/python*/site-packages/lldb/_lldb.so # polly tests