This commit is contained in:
YellowJacketLinux 2024-10-16 00:32:31 -07:00
parent 694405cc41
commit c4691406f0

View File

@ -43,7 +43,7 @@ if [ $? -ne 0 ]; then
exit 1
fi
echo "Running check"
echo "Running make check"
make check > icu.check.log 2>&1
echo "Inspect icu/source/icu.check.log"