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

Side by Side Diff: gcc/fixincludes/check.tpl

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, 4 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « gcc/fixincludes/README ('k') | gcc/fixincludes/mkheaders.in » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 [= autogen5 template sh=check.sh =] 1 [= autogen5 template sh=check.sh =]
2 [= 2 [=
3 # 3 #
4 # This file contanes the shell template to run tests on the fixes 4 # This file contains the shell template to run tests on the fixes
5 # 5 #
6 =]#!/bin/sh 6 =]#!/bin/sh
7 7
8 set -e 8 set -e
9 TESTDIR=tests 9 TESTDIR=tests
10 TESTBASE=`cd $1;${PWDCMD-pwd}` 10 TESTBASE=`cd $1;${PWDCMD-pwd}`
11 11
12 [ -d ${TESTDIR} ] || mkdir ${TESTDIR} 12 [ -d ${TESTDIR} ] || mkdir ${TESTDIR}
13 cd ${TESTDIR} 13 cd ${TESTDIR}
14 TESTDIR=`${PWDCMD-pwd}` 14 TESTDIR=`${PWDCMD-pwd}`
(...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after
168 rmdir ${TESTDIR} > /dev/null 2>&1 || : 168 rmdir ${TESTDIR} > /dev/null 2>&1 || :
169 echo All fixinclude tests pass >&2 169 echo All fixinclude tests pass >&2
170 else 170 else
171 echo There were fixinclude test FAILURES >&2 171 echo There were fixinclude test FAILURES >&2
172 fi 172 fi
173 $exitok[= 173 $exitok[=
174 174
175 (if (defined? 'set-writable) (set-writable)) 175 (if (defined? 'set-writable) (set-writable))
176 176
177 =] 177 =]
OLDNEW
« no previous file with comments | « gcc/fixincludes/README ('k') | gcc/fixincludes/mkheaders.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698