* btest-gcc.sh: Continue after bootstrap comparison failure.

From-SVN: r151349
This commit is contained in:
Geoffrey Keating 2009-09-02 20:26:15 +00:00 committed by Geoffrey Keating
parent ce18efcb54
commit 2f6924a484
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2009-09-02 Geoff Keating <geoffk@apple.com>
* btest-gcc.sh: Continue after bootstrap comparison failure.
2008-11-27 Geoff Keating <geoffk@geoffk.org>
* mkindex.pl: New.

View File

@ -127,6 +127,7 @@ if [ $H_HOST = $H_TARGET ] ; then
if ! make $dashj bootstrap ; then
[ -s .bad_compare ] || exit 1
cat .bad_compare >> $REGRESS || exit 1
touch compare || exit 1 # Prevent the comparison from running again
make $dashj all || exit 1
fi
else