comp.lang.ada
 help / color / mirror / Atom feed
* set_output doesnt work for ASIS Run(Reporter) for text_reporter
@ 2010-10-26  6:24 stuart clark
  2010-10-26  6:26 ` stuart clark
  2010-10-26  8:12 ` Yannick Duchêne (Hibou57)
  0 siblings, 2 replies; 6+ messages in thread
From: stuart clark @ 2010-10-26  6:24 UTC (permalink / raw)


if i use ada.text_io.set_output(my_out_file) and then call
run(reporter) the report is still output to standard out, however if i
do a ada.text_io.put_line("blah blah) then that goes to the
my_out_file.

the reporter is a aunit.reporter.text.text_reporter.

the aunit.reporter.text  traces to gnat_io.put_line(string) not
ada.text_io.

so i guess thats why set_ouput isnt working ???

anyone know how to get the reporter to write to a specific file rather
than standard out ???



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2010-10-27 21:03 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-10-26  6:24 set_output doesnt work for ASIS Run(Reporter) for text_reporter stuart clark
2010-10-26  6:26 ` stuart clark
2010-10-26  8:12 ` Yannick Duchêne (Hibou57)
2010-10-26  9:49   ` stuart clark
2010-10-26 12:30     ` Georg Bauhaus
2010-10-27 21:03     ` Simon Wright

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox