use plural everywhere to be consistent

This commit is contained in:
Jane Tournois
2023-06-02 09:59:42 +02:00
parent d38078245b
commit 0f6ed75aca
@@ -205,7 +205,7 @@ put_on_web()
collect_demo_binaries()
collect_demos_binaries()
{
PLATFORM=${1}
@@ -393,7 +393,7 @@ run_test_on_host()
run_test_on_platform "${PLATFORM}"
publish_results "${PLATFORM}"
if [ -n "${COLLECT_DEMOS_BINARIES}" ]; then
collect_demo_binaries "${PLATFORM}"
collect_demos_binaries "${PLATFORM}"
fi
if [ -z "${KEEP_TESTS}" ]; then
rm -rf $CGAL_DIR/cmake/platforms/${PLATFORM}