From ec1ee65573108066a357ff00027a5c3a6b9a6031 Mon Sep 17 00:00:00 2001 From: Geoffrey Keating Date: Tue, 5 Sep 2006 18:11:49 +0000 Subject: [PATCH] * btest-gcc.sh: .bad_compare has moved to toplevel from gcc/. From-SVN: r116702 --- contrib/regression/ChangeLog | 4 ++++ contrib/regression/btest-gcc.sh | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/contrib/regression/ChangeLog b/contrib/regression/ChangeLog index 32a81dd..c0d5216 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 db8664c..7a59392 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 -- 2.7.4