summaryrefslogtreecommitdiff
path: root/idlc
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-01-25 20:18:19 +0100
committerMichael Stahl <mstahl@redhat.com>2013-01-26 22:20:06 +0100
commit7cf3b1ffcb8dc6dbb643e12febe5415972a7c2fa (patch)
tree28c02643cc4dccf939458d7f53c0a9cd97653b2f /idlc
parente32c5058c43865eee0d81b3635b8b4c6d8c64f53 (diff)
idlc: silence annoying test spew on success
Change-Id: I7c9ff31a8f4578afdb9056d6d204bd688c3c3473
Diffstat (limited to 'idlc')
-rw-r--r--idlc/CustomTarget_parser_test.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/idlc/CustomTarget_parser_test.mk b/idlc/CustomTarget_parser_test.mk
index e0521b2033d5..1c3e44b2b0ba 100644
--- a/idlc/CustomTarget_parser_test.mk
+++ b/idlc/CustomTarget_parser_test.mk
@@ -24,7 +24,7 @@ $(call gb_CustomTarget_get_target,idlc/parser_test) : \
$(SRCDIR)/idlc/test/parser/published.tests \
$(SRCDIR)/idlc/test/parser/struct.tests \
$(SRCDIR)/idlc/test/parser/typedef.tests
- $(call gb_Helper_abbreviate_dirs, \
+ $(call gb_Helper_abbreviate_dirs,( \
$(PERL) $(SRCDIR)/solenv/bin/exectest.pl \
$(SRCDIR)/idlc/test/parser/attribute.tests \
$(call gb_Executable_get_command,idlc) \
@@ -69,6 +69,6 @@ $(call gb_CustomTarget_get_target,idlc/parser_test) : \
$(SRCDIR)/idlc/test/parser/typedef.tests \
$(call gb_Executable_get_command,idlc) \
-O $(call gb_CustomTarget_get_workdir,idlc/parser_test) \
- -stdin)
+ -stdin) > $@.log 2>&1 || (cat $@.log && false))
# vim: set noet sw=4 ts=4: