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 2a0ebab..0e7eab7 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