Forum Discussion

krenevla's avatar
krenevla
Contributor
12 years ago

[RESOLVED]specified output folder for logs do not work

Hi!

I am not able to set output folder for logs when calling testrunner.sh
in my script, I have
.
.
path="/home/vladan/work"
$path/soapui/bin/testrunner.sh -s "regression tests [PROFILE/NO]" -f $path"/logs/current" -r $path"/svn/WMS-Regression-soapui-project.xml" > $path/logs/current/test.log
.
.
but logs (those from soapui) are allways created into my home directory during test execution.
I have tried also setting -f without quotes ( -f/home/work/logs/current ) but it is the same

Am I missing something?

Br, Vladan

V.

3 Replies

  • nmrao's avatar
    nmrao
    Icon for Champion Level 1 rankChampion Level 1
    Have you tried changing in soapui-log4j.xml?
  • ah, thanks to both of You,
    I thought that -f option do something else...
    I'll try to change logging in log4j. But it could be handy feature - customizable soapui log folder via test runner