We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b844e2 commit f0c6095Copy full SHA for f0c6095
build/bin/sage-spkg
@@ -773,7 +773,7 @@ if [ "$SAGE_CHECK" = "yes" -o "$SAGE_CHECK" = "warn" ]; then
773
if [ $? -ne 0 ]; then
774
TEST_SUITE_RESULT="failed"
775
if [ "$SAGE_CHECK" = "warn" ]; then
776
- # The following warning message must be consistent with SAGE_ROOT/build/bin/sage-spkg (see trac:32781)
+ # The following warning message must be consistent with SAGE_ROOT/build/make/install (see trac:32781)
777
error_msg "Warning: Failures testing package $PKG_NAME (ignored)" "make check"
778
else
779
error_msg "Error testing package $PKG_NAME" "make check"
0 commit comments