nitc :: UnitTest :: _raw_output
It merges the standard output and error output
# The raw output of the execution (or compilation)
#
# It merges the standard output and error output
var raw_output: nullable String = null is writable
src/testing/testing_base.nit:201,2--204,51