summaryrefslogtreecommitdiff
path: root/solenv/gbuild/platform/unittest-failed-MACOSX.sh
diff options
context:
space:
mode:
Diffstat (limited to 'solenv/gbuild/platform/unittest-failed-MACOSX.sh')
-rwxr-xr-xsolenv/gbuild/platform/unittest-failed-MACOSX.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/gbuild/platform/unittest-failed-MACOSX.sh b/solenv/gbuild/platform/unittest-failed-MACOSX.sh
index 7994dbd56b01..049da92b4c3c 100755
--- a/solenv/gbuild/platform/unittest-failed-MACOSX.sh
+++ b/solenv/gbuild/platform/unittest-failed-MACOSX.sh
@@ -19,7 +19,7 @@
cat << EOF
Error: a unit test failed, please do one of:
-make $1Test_$2 CPPUNITTRACE="lldb --" # for interactive debugging on OS X
+make $1Test_$2 CPPUNITTRACE="lldb --" # for interactive debugging on macOS
make $1Test_$2 VALGRIND=memcheck # for memory checking
You can limit the execution to just one particular test by: