[Libreoffice-commits] core.git: solenv/gbuild
Stephan Bergmann
sbergman at redhat.com
Tue Nov 7 21:47:07 UTC 2017
solenv/gbuild/platform/unittest-failed-MACOSX.sh | 4 ++++
1 file changed, 4 insertions(+)
New commits:
commit 5e0022c90c4125a1590b3688dfec73c271b7aedd
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Tue Nov 7 22:46:31 2017 +0100
Why was this left out of unittest-failed-MACOSX.sh
Change-Id: If32981329e79745d5497c3f63bfd227dc75f2ab3
diff --git a/solenv/gbuild/platform/unittest-failed-MACOSX.sh b/solenv/gbuild/platform/unittest-failed-MACOSX.sh
index 2a0ebabbc55c..0e7eab798398 100755
--- a/solenv/gbuild/platform/unittest-failed-MACOSX.sh
+++ b/solenv/gbuild/platform/unittest-failed-MACOSX.sh
@@ -22,6 +22,10 @@ Error: a unit test failed, please do one of:
make $1Test_$2 CPPUNITTRACE="lldb --" # for interactive debugging on OS X
make $1Test_$2 VALGRIND=memcheck # for memory checking
+You can limit the execution to just one particular test by:
+
+make $1Test_$2 CPPUNIT_TEST_NAME="testXYZ" ...above mentioned params...
+
EOF
exit 1
More information about the Libreoffice-commits
mailing list