From: Geoffrey Keating Date: Tue, 5 Sep 2006 18:11:49 +0000 (+0000) Subject: * btest-gcc.sh: .bad_compare has moved to toplevel from gcc/. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ec1ee65573108066a357ff00027a5c3a6b9a6031;p=gcc.git * btest-gcc.sh: .bad_compare has moved to toplevel from gcc/. From-SVN: r116702 --- diff --git a/contrib/regression/ChangeLog b/contrib/regression/ChangeLog index 32a81dd7042..c0d52161daf 100644 --- a/contrib/regression/ChangeLog +++ b/contrib/regression/ChangeLog @@ -1,3 +1,7 @@ +2006-09-05 Geoffrey Keating + + * btest-gcc.sh: .bad_compare has moved to toplevel from gcc/. + 2006-01-18 Andrew Pinski * btest-gcc.sh: gcc.sum has moved to gcc/testsuite/gcc/gcc.sum. diff --git a/contrib/regression/btest-gcc.sh b/contrib/regression/btest-gcc.sh index db8664cfd9d..7a59392c40b 100755 --- a/contrib/regression/btest-gcc.sh +++ b/contrib/regression/btest-gcc.sh @@ -123,8 +123,8 @@ echo build > $RESULT if [ $H_HOST = $H_TARGET ] ; then $SOURCE/configure --prefix=$PREFIX --target=$H_TARGET || exit 1 if ! make $dashj bootstrap ; then - [ -s gcc/.bad_compare ] || exit 1 - cat gcc/.bad_compare >> $REGRESS || exit 1 + [ -s .bad_compare ] || exit 1 + cat .bad_compare >> $REGRESS || exit 1 make $dashj all || exit 1 fi else