summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorGravatar xleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2013-03-01 15:57:38 +0000
committerGravatar xleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2013-03-01 15:57:38 +0000
commit5b176de2fb707b4b80fc2b959c8811d3ff0d860a (patch)
tree2555e6e937d2159c781f9940a1772b997fa6e7bb /test
parent5368fc0b29ec249e564fc87ea8b933a350f76d04 (diff)
Fix 'interp' entry
git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@2131 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e
Diffstat (limited to 'test')
-rw-r--r--test/regression/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/regression/Makefile b/test/regression/Makefile
index 262da2a..48e3b97 100644
--- a/test/regression/Makefile
+++ b/test/regression/Makefile
@@ -46,7 +46,7 @@ test:
interp:
@for i in $(TESTS); do \
- if $(CCOMP) -fall -interp 2>/dev/null $$i.c > _cinterp.log; then \
+ if $(CCOMP) -fall -interp -quiet $$i.c > _cinterp.log; then \
if cmp -s _cinterp.log Results/$$i; \
then echo "$$i: interpreter passed"; \
else echo "$$i: interpreter FAILED"; \