There is --text rostest argument, that does "Run with stdout output instead of XML output".
In my package test works when I do rostest <my_package> basic.test. If I do rostest <my_package> basic.test --text it falls with:
ERROR: usage: ros_pytest_runner [options] [file_or_dir] [file_or_dir] [...]
ros_pytest_runner: error: unrecognized arguments: --text
inifile: None
rootdir: /home/<user>/.ros/test_results/<my_package>
There is
--textrostest argument, that does "Run with stdout output instead of XML output".In my package test works when I do
rostest <my_package> basic.test. If I dorostest <my_package> basic.test --textit falls with: