diff options
author | korbb <korbb@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-10-29 16:44:34 +0000 |
---|---|---|
committer | korbb <korbb@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-10-29 16:44:34 +0000 |
commit | 32f37500f7c19b59875ef53443a7a3a48fc6a865 (patch) | |
tree | 041ab47b1a5538f005ec95ec88d8276481253110 /fixincludes/check.tpl | |
parent | 3190d74b90c0afec47b26cc43afe04126ee0fd84 (diff) | |
download | gcc-32f37500f7c19b59875ef53443a7a3a48fc6a865.tar.gz |
Omit testing wrap and replacement fixes during testing.
This exposes a missing result and tests a test that got hidden before.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@192952 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'fixincludes/check.tpl')
-rw-r--r-- | fixincludes/check.tpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fixincludes/check.tpl b/fixincludes/check.tpl index a9810e28a8f..0d1f44431fc 100644 --- a/fixincludes/check.tpl +++ b/fixincludes/check.tpl @@ -99,6 +99,7 @@ ENDFOR fix =] +export TEST_MODE=true find . -type f | sed 's;^\./;;' | sort | ../../fixincl cd ${DESTDIR} |