Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(218)

Unified Diff: gcc/contrib/regression/btest-gcc.sh

Issue 3050029: [gcc] GCC 4.5.0=>4.5.1 (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/nacl-toolchain.git
Patch Set: Created 10 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « gcc/contrib/gennews ('k') | gcc/contrib/test_summary » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gcc/contrib/regression/btest-gcc.sh
diff --git a/gcc/contrib/regression/btest-gcc.sh b/gcc/contrib/regression/btest-gcc.sh
index 66e8240fad676be69c26547e76254cf92c9c7275..28985760d2b785218b04eaf04d3bc4775fb8328c 100755
--- a/gcc/contrib/regression/btest-gcc.sh
+++ b/gcc/contrib/regression/btest-gcc.sh
@@ -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
« no previous file with comments | « gcc/contrib/gennews ('k') | gcc/contrib/test_summary » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698