ninja: fix mistake in setup-hook

This commit is contained in:
Matthew Bauer 2018-11-17 19:08:47 -06:00
parent 955fd85829
commit 9433a3882b

View File

@ -56,7 +56,7 @@ ninjaCheckPhase() {
fi
if [ -z "${checkTarget:-}" ]; then
echo "no check/test target in ${makefile:-Makefile}, doing nothing"
echo "no test target found in ninja, doing nothing"
else
local buildCores=1