Fixup for failure to detect failed builds

This commit is contained in:
rfm 2024-07-31 10:55:54 +01:00
parent 1fa879082c
commit 95d706bdb8
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2024-07-31 Richard Frith-Macdonald <rfm@gnu.org>
* TestFramework/gnustep-tests.in: Fix 'Failed build' detection in
Summary.sh by recording build failures in tests.sum and test.log
2024-05-31 Yavor Doganov <yavor@gnu.org>
* GNUmakefile.in (install): Remove $(srcdir) from GNUstep-reset.sh

View file

@ -399,7 +399,7 @@ build_test ()
if test $? != 0
then
rm -f ./obj/$TESTNAME
echo "Failed build: $1" >&2
echo "Failed build: $1" | tee -a $GSTESTSUM >> $GSTESTLOG
if test "$GSTESTMODE" = "failfast"
then
return 1