johnny69
14 years agoNew Contributor
mockservicerunner on linux terminate immedialety
Hi Everybody,
I'm running mockservicerunner on windows platform using command :
and it's works fine but if I try using corresponding command on linx platform it' s not working correctly (I mean it's start and stop immediately but it should wait for pressing any key to terminate). Command which I use on linux platform :
Any idea? It depends on linux distribution or version ...? I don't think so or maybe I will do something wrong. Can anybody help ?
I'm running mockservicerunner on windows platform using command :
mockservicerunner.bat -m MyMockService ..\..\soapUI-projects\MyMock-project.xml
and it's works fine but if I try using corresponding command on linx platform it' s not working correctly (I mean it's start and stop immediately but it should wait for pressing any key to terminate). Command which I use on linux platform :
./mockservicerunner.sh -m MyMockService ../../soapUI-projects/MyMock-project.xml
Any idea? It depends on linux distribution or version ...? I don't think so or maybe I will do something wrong. Can anybody help ?