diff options
author | Douglas Mencken <dougmencken@gmail.com> | 2013-12-24 12:24:49 -0500 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2014-02-02 16:45:50 +0100 |
commit | 434ca1afe510b44de75278da7c84137717bf6e6e (patch) | |
tree | e40bf02baf116896a7aeb476ecd7b4a8d350e956 /solenv/bin | |
parent | a91de8efc9b99cedb917203e3255d55a514fb8a3 (diff) |
Print fair message from CPPUnitTest
Conflicts:
solenv/gbuild/CppunitTest.mk
Reviewed on:
https://gerrit.libreoffice.org/7196
Change-Id: I5e53aba66c9d4c29e8941561d14ca0a638b6e081
Diffstat (limited to 'solenv/bin')
-rwxr-xr-x | solenv/bin/unittest-failed.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/bin/unittest-failed.sh b/solenv/bin/unittest-failed.sh index 35db6dc3b058..305c0802228d 100755 --- a/solenv/bin/unittest-failed.sh +++ b/solenv/bin/unittest-failed.sh @@ -17,7 +17,7 @@ # except in compliance with the License. You may obtain a copy of # the License at http://www.apache.org/licenses/LICENSE-2.0 . -printf '\nError: a unit test failed, please do one of:\n\nexport DEBUGCPPUNIT=TRUE # for exception catching\nexport CPPUNITTRACE="gdb --args" # for interactive debugging on linux\nexport CPPUNITTRACE="\"[full path to devenv.exe]\" /debugexe" # for interactive debugging in Visual Studio\nexport VALGRIND=memcheck # for memory checking\n\nand retry using: make %sTest_%s\n\n' $1 $2 +printf '\nError: a unit test failed, please do one of:\n\nexport DEBUGCPPUNIT=TRUE # for exception catching\nexport CPPUNITTRACE="gdb --args" # for interactive debugging on Linux\nexport CPPUNITTRACE="\"[full path to devenv.exe]\" /debugexe" # for interactive debugging in Visual Studio\nexport VALGRIND=memcheck # for memory checking\n\nand retry using: make %sTest_%s\n\n' $1 $2 exit 1 # vim: set et sw=4: |