[Libreoffice-commits] core.git: solenv/gbuild
Jan Holesovsky
kendy at suse.cz
Mon May 13 04:28:51 PDT 2013
solenv/gbuild/CppunitTest.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 490780d1be75c746fec5c1e877bf2c8affbcf059
Author: Jan Holesovsky <kendy at suse.cz>
Date: Mon May 13 13:28:17 2013 +0200
Add missing \n.
Change-Id: I2fbfd9bc214eff1f224e257a0142b64cb5ffaeb2
diff --git a/solenv/gbuild/CppunitTest.mk b/solenv/gbuild/CppunitTest.mk
index 07dacbf..ccde080 100644
--- a/solenv/gbuild/CppunitTest.mk
+++ b/solenv/gbuild/CppunitTest.mk
@@ -32,7 +32,7 @@
# $(1): "Cppunit" or "Python"
# $(2): the name of the unit test that failed
define gb_UNIT_FAILED_MSG
-printf '\nError: a unit test failed, please do one of:\n\nexport DEBUGCPPUNIT=TRUE # for exception catching\nexport GDBCPPUNITTRACE="gdb --args" # for interactive debugging\nexport VALGRIND=memcheck # for memory checking\n\nand retry using: make %sTest_%s' $(1) $(2)
+printf '\nError: a unit test failed, please do one of:\n\nexport DEBUGCPPUNIT=TRUE # for exception catching\nexport GDBCPPUNITTRACE="gdb --args" # for interactive debugging\nexport VALGRIND=memcheck # for memory checking\n\nand retry using: make %sTest_%s\n\n' $(1) $(2)
endef
ifeq ($(strip $(DEBUGCPPUNIT)),TRUE)
More information about the Libreoffice-commits
mailing list