File tree 2 files changed +3
-1
lines changed
2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -773,6 +773,7 @@ if [ "$SAGE_CHECK" = "yes" -o "$SAGE_CHECK" = "warn" ]; then
773
773
if [ $? -ne 0 ]; then
774
774
TEST_SUITE_RESULT=" failed"
775
775
if [ " $SAGE_CHECK " = " warn" ]; then
776
+ # The following warning message must be consistent with SAGE_ROOT/build/bin/sage-spkg (see trac:32781)
776
777
error_msg " Warning: Failures testing package $PKG_NAME (ignored)" " make check"
777
778
else
778
779
error_msg " Error testing package $PKG_NAME " " make check"
Original file line number Diff line number Diff line change 122
122
123
123
elif [ " $SAGE_CHECK " = " warn" ]; then
124
124
echo " SAGE_CHECK=warn, so scanning the log files. This may take a few seconds."
125
- warnings=` look_for_errors " $SAGE_LOGS /*.log" 20 " ^Warning: Error testing" package`
125
+ # The following warning message must be consistent with SAGE_ROOT/build/bin/sage-spkg (see trac:32781)
126
+ warnings=` look_for_errors " $SAGE_LOGS /*.log" 20 " ^Warning: Failures testing package" package`
126
127
if [ -n " $warnings " ]; then
127
128
cat >&2 << EOF
128
129
***************************************************************
You can’t perform that action at this time.
0 commit comments