Forum Discussion
shrikant
13 years agoNew Contributor
In a shell script ..I am calling testrunner.sh to execute soap-project.xml. And once soap-project.xml execution is completed. I want next scripts to execute. In shell generally we use "wait" command to synchronize such multiple calls of scripts. However, in this case of testrunner.sh if there is sleep used in soap-project.xml execution doesn't get synchronized for further execution of commands instead it starts execution immediately.