Skip to content
This repository was archived by the owner on Feb 1, 2023. It is now read-only.

Commit 9b213a4

Browse files
author
Matthias Koeppe
committed
build/bin/sage-spkg: Add message when test suite passed
1 parent 2533a67 commit 9b213a4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build/bin/sage-spkg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1044,6 +1044,7 @@ if [ "$SAGE_CHECK" = "yes" -o "$SAGE_CHECK" = "warn" ]; then
10441044
fi
10451045
else
10461046
TEST_SUITE_RESULT="passed"
1047+
echo "Passed the test suite for $PKG_NAME."
10471048
fi
10481049
else
10491050
echo "Package $PKG_NAME has no test suite."

0 commit comments

Comments
 (0)