Skip to content

spkg-check.in: Remove messages that duplicate sage-spkg's messages #29510

@mkoeppe

Description

@mkoeppe

build/bin/sage-spkg already does:

        echo "Running the test suite for $PKG_NAME..."

and

            if [ "$SAGE_CHECK" = "warn" ]; then
                error_msg "Warning: Error testing package $PKG_NAME (ignored)" "make check"
            else
                error_msg "Error testing package $PKG_NAME" "make check"
                exit 1
            fi

So we remove the messages printed by individual spkg-check.in.

Depends on #29492

CC: @jhpalmieri @embray @dimpase

Component: build

Author: Matthias Koeppe

Branch/Commit: 9b213a4

Reviewer: John Palmieri

Issue created by migration from https://trac.sagemath.org/ticket/29510

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions