diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-11-07 22:46:31 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-11-07 22:46:31 +0100 |
commit | 5e0022c90c4125a1590b3688dfec73c271b7aedd (patch) | |
tree | c589a9363a90e8881f721ca5df9daa67868c461e /solenv/gbuild | |
parent | 6803f3ee3c9c8f2d52c73d79ec3d3d479d6539fb (diff) |
Why was this left out of unittest-failed-MACOSX.sh
Change-Id: If32981329e79745d5497c3f63bfd227dc75f2ab3
Diffstat (limited to 'solenv/gbuild')
-rwxr-xr-x | solenv/gbuild/platform/unittest-failed-MACOSX.sh | 4 |
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 |