Skip to content

Commit f0c6095

Browse files
author
Thierry Monteil
committed
#32781 : typo
1 parent 1b844e2 commit f0c6095

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/bin/sage-spkg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -773,7 +773,7 @@ if [ "$SAGE_CHECK" = "yes" -o "$SAGE_CHECK" = "warn" ]; then
773773
if [ $? -ne 0 ]; then
774774
TEST_SUITE_RESULT="failed"
775775
if [ "$SAGE_CHECK" = "warn" ]; then
776-
# The following warning message must be consistent with SAGE_ROOT/build/bin/sage-spkg (see trac:32781)
776+
# The following warning message must be consistent with SAGE_ROOT/build/make/install (see trac:32781)
777777
error_msg "Warning: Failures testing package $PKG_NAME (ignored)" "make check"
778778
else
779779
error_msg "Error testing package $PKG_NAME" "make check"

0 commit comments

Comments
 (0)