summaryrefslogtreecommitdiff
path: root/solenv
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-11-07 22:46:31 +0100
committerStephan Bergmann <sbergman@redhat.com>2017-11-07 22:46:31 +0100
commit5e0022c90c4125a1590b3688dfec73c271b7aedd (patch)
treec589a9363a90e8881f721ca5df9daa67868c461e /solenv
parent6803f3ee3c9c8f2d52c73d79ec3d3d479d6539fb (diff)
Why was this left out of unittest-failed-MACOSX.sh
Change-Id: If32981329e79745d5497c3f63bfd227dc75f2ab3
Diffstat (limited to 'solenv')
-rwxr-xr-xsolenv/gbuild/platform/unittest-failed-MACOSX.sh4
1 files changed, 4 insertions, 0 deletions
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