Finan
14 years agoFrequent Contributor
Save script is executed twice on save?
Hi,
I have a save script that cleans up any mess I've left behind when saving my soapUI project.
Problem is, the save script seems to be executed twice.
I.e. save script:
script log when saving (not closing soapUI):
I have a save script that cleans up any mess I've left behind when saving my soapUI project.
Problem is, the save script seems to be executed twice.
I.e. save script:
log.info "test"
script log when saving (not closing soapUI):
Thu Apr 28 14:26:03 CEST 2011:INFO:test
Thu Apr 28 14:26:03 CEST 2011:INFO:test