krenevla
12 years agoContributor
[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.
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.