Forum Discussion

pogie's avatar
pogie
New Contributor
12 years ago

Hide TestRunner output

Hi,
I am calling testRunner.sh in a bash script. Is there a way to hide the output of the TestRunner as it executes? I just want to show the log file that I generated in the Tear Down of my TestSuite.

1 Reply

  • redfish4ktc2's avatar
    redfish4ktc2
    Super Contributor
    pogie
    yes, this is possible
    Open the $SOAPUI_HOME/bin/soapui-log4j.xml file and remove use of the CONSOLE appender (comment all <appender-ref ref="CONSOLE"/> declaration).